Earthly Rust Projects
-
Many have mentioned just, but I'm a much bigger fan of Earthly [0].
It allows you to write something similar to a Makefile, but everything runs in Docker. This gets you isolated builds with parallelism and caching built-in.
I've found it to be great especially for small to medium projects. For some examples, I use it to publish my personal site/blog [1] and to build a C/C++/Fortran/Rust cross-compiler targeting macOS [2].
[0]: https://earthly.dev/
[1]: https://github.com/shepherdjerred/sjer.red/blob/main/Earthfi...
[2]: https://github.com/shepherdjerred/macos-cross-compiler/blob/...
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
NOTE:
The open source projects on this list are ordered by number of github stars.
The number of mentions indicates repo mentiontions in the last 12 Months or
since we started tracking (Dec 2020).
Earthly Rust discussion
Earthly Rust related posts
Index
# | Project | Stars |
---|---|---|
1 | macos-cross-compiler | 376 |