rust-random / book

The Rust Rand Book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Rust Rand Book

Build Status License

The source to The Rust Rand 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. 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 and LICENSE-MIT, and COPYRIGHT for details.

About

The Rust Rand Book

License:Other


Languages

Language:Shell 71.5%Language:HTML 28.5%