Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rust-random/book
The Rust Rand Book
https://github.com/rust-random/book
Last synced: 3 days ago
JSON representation
The Rust Rand Book
- Host: GitHub
- URL: https://github.com/rust-random/book
- Owner: rust-random
- License: other
- Created: 2018-10-22T10:37:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T17:49:19.000Z (about 1 month ago)
- Last Synced: 2024-11-06T18:45:38.232Z (7 days ago)
- Language: Shell
- Size: 2.83 MB
- Stars: 52
- Watchers: 7
- Forks: 20
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# The Rust Rand Book
[![Build Status](https://travis-ci.org/rust-random/book.svg?branch=master)](https://travis-ci.org/rust-random/rand)
[![License](https://img.shields.io/crates/l/rand.svg)](https://github.com/rust-random/rand#license)The source to [The Rust Rand Book](https://rust-random.github.io/book/).
## Contributing
This book is published under the same licence as the Rand lib itself.
Contributing should be as simple as forking, editing the contents of the `src/`
directory, and making a PR.The book is built using [mdBook](https://rust-lang-nursery.github.io/mdBook/index.html).
To preview your changes locally:```
cargo install mdbook --version "^0.2" --force
mdbook build --open
mdbook test
```## License
The Rust Rand Book is distributed under the terms of both the MIT license and the
Apache License (Version 2.0).See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT), and
[COPYRIGHT](COPYRIGHT) for details.