Rust is a systems programming language that can work very well in hardware constrained environments. But is it running is space?
Inspired by Are We Learning Yet?, this project aims to catalog rust usage in the aerospace industry.
Feedback, issues, and pull requests are welcome and appreciated for adding missing crates, providing additional resources, or more generally improving the content.
Running locally is just a matter of installing jekyll and serving the site:
bundle install
# GitHub OAuth token avoids 403 rate limiting errors while generated crate data
export GITHUB_OAUTH_TOKEN=<YOUR_GITHUB_TOKEN>
bundle exec jekyll serve
The site should be running on localhost:4000
_data/crates.yaml
contains a manually curated list of crates,
but the crate_gen.rb
plugin will fetch additional data from crates.io
and the GitHub API. All fetched and generated data is cached
to speed up site generation and avoid hammerring APIs.
To force regeneration of all data, remove all cached data with rake clean
.