Skip to content

The Rust Performance Book

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

Kobzol/perf-book

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

perf-book

The Rust Performance Book.

Viewing

The rendered book is here.

Building

The book is built with mdbook, which can be installed with this command:

cargo install mdbook

To build the book, run this command:

mdbook build

The generated files are put in the book/ directory.

Development

To view the built book, run this command:

mdbook serve

This will launch a local web server to serve the book. View the built book by navigating to localhost:3000 in a web browser. While the web server is running, the rendered book will automatically update if the book's files change.

To test the code within the book, run this command:

mdbook test

About

The Rust Performance Book

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published