Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rust-random/book

The Rust Rand Book
https://github.com/rust-random/book

Last synced: about 2 months ago
JSON representation

The Rust Rand Book

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.