https://github.com/mrlsd/useful-rust
Rust useful tools & tutorials based on https://doc.rust-lang.org/book/ Chapters and Rust By Examples
https://github.com/mrlsd/useful-rust
Last synced: 11 months ago
JSON representation
Rust useful tools & tutorials based on https://doc.rust-lang.org/book/ Chapters and Rust By Examples
- Host: GitHub
- URL: https://github.com/mrlsd/useful-rust
- Owner: mrLSD
- License: mit
- Created: 2016-09-02T13:53:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-23T11:56:59.000Z (almost 9 years ago)
- Last Synced: 2025-01-06T14:42:34.650Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 133 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Useful Rust [](https://travis-ci.org/mrLSD/rust-tutorials) [](https://raw.githubusercontent.com/mrLSD/rust-tutorials/master/LICENSE)
Rust usefult tools and tutorials based on https://doc.rust-lang.org/book/ Chapters and http://rustbyexample.com/ code base.
Main idea - representing Rust as useful development language and present sample code for most useful cases.
## Our code based on:
* Our own experiences and tests
* http://rustbyexample.com/
* https://doc.rust-lang.org/book/
####License: MIT [](https://raw.githubusercontent.com/mrLSD/rust-tutorials/master/LICENSE)