Skip to content

funkill/rust-by-example

This branch is 959 commits behind rust-lang/rust-by-example:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ce28351 · Sep 12, 2019
Sep 12, 2019
Jan 26, 2018
Sep 12, 2017
Jun 8, 2018
May 28, 2018
Dec 10, 2018
Apr 24, 2014
Apr 24, 2014
Sep 2, 2019
Dec 21, 2017

Repository files navigation

Rust By Example

Build Status

Learn Rust with examples (Live code editor included)

Using

If you'd like to read Rust by Example, you can visit https://doc.rust-lang.org/rust-by-example/ to read it online.

If you'd like to read it locally, install Rust, and then:

$ git clone https://github.com/rust-lang/rust-by-example
$ cd rust-by-example
$ cargo install mdbook --version 0.2 --force
$ mdbook build
$ mdbook serve

To be able to run the examples, you must be connected to the internet; you can read all content offline, however!

Contributing

Please see the CONTRIBUTING.md file for more details.

Translations to other languages

License

Rust by Example is licensed under either of

at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Rust by Example by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Learn Rust with examples (Live code editor included)

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published