Skip to content
This repository was archived by the owner on Nov 26, 2020. It is now read-only.
/ fast-rust Public archive

A book about performance optimization in the Rust programming language

Notifications You must be signed in to change notification settings

mbrubeck/fast-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Writing Fast Rust Programs

This is a work-in-progress book about how to write fast and efficient programs with the Rust programming language. See src/000-start.md for more information.

Building

This book is generated by mdBook. To build it, first install mdBook:

cargo install mdbook

Then run this command in the top level of this repository to compile the book:

mdbook build

Open the generated book/index.html file in your web browser to view the output.

See the mdBook documentation for more details

About

A book about performance optimization in the Rust programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published