An open API service indexing awesome lists of open source software.

https://github.com/drom/ruster

:rooster: Adventures in a RustLand
https://github.com/drom/ruster

rust-lang

Last synced: about 2 months ago
JSON representation

:rooster: Adventures in a RustLand

Awesome Lists containing this project

README

        

## Links

* [rust-lang/rust](https://github.com/rust-lang/rust) -- [www.rust-lang.org](https://www.rust-lang.org)
* [rust-lang/cargo](https://github.com/rust-lang/cargo) -- [crates.io](https://crates.io)
* [24 days of Rust](https://github.com/zsiciarz/24daysofrust)
* [toml](https://github.com/toml-lang/toml)

## compile

```
cargo rustc --release -- -C link-args=-s
```