Skip to content

rust-random/book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.