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
- Host: GitHub
- URL: https://github.com/drom/ruster
- Owner: drom
- License: mit
- Created: 2017-02-11T07:15:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-13T07:34:05.000Z (over 8 years ago)
- Last Synced: 2025-02-10T11:11:16.854Z (3 months ago)
- Topics: rust-lang
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```