https://github.com/ejunjsh/rust-code
https://github.com/ejunjsh/rust-code
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ejunjsh/rust-code
- Owner: ejunjsh
- Created: 2018-07-11T12:14:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-29T14:25:13.000Z (almost 7 years ago)
- Last Synced: 2024-12-29T08:41:56.220Z (4 months ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-code
this place where i learn and play `rust` code. now almost code is from https://doc.rust-lang.org/book# create binary with cargo
cargo new hello_cargo --bin