Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/deimoshall/basics-of-rust

My implementation of The Rust Programming Language book
https://github.com/deimoshall/basics-of-rust

Last synced: 30 days ago
JSON representation

My implementation of The Rust Programming Language book

Awesome Lists containing this project

README

        

# My implementation of The Rust Programming Language book
## The hello world looks like this

~~~rust
fn main() {
println!("Hello world :D");
}
~~~

You can find the book [here!](https://doc.rust-lang.org/book/title-page.html)