Skip to content

abenga/async-book

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

184 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

async-book

Asynchronous Programming in Rust

Requirements

The async book is built with mdbook, you can install it using cargo.

cargo install mdbook
cargo install mdbook-linkcheck

Building

To create a finished book, run mdbook build to generate it under the book/ directory.

mdbook build

Development

While writing it can be handy to see your changes, mdbook serve will launch a local web server to serve the book.

mdbook serve

Why?

This is a fork of the async-book, which assumes a pretty advanced level of knowledge of the underlying concepts. I find that as I read it I need to pull knowledge about a lot of foundational knowledge, so I'm adding this to my copy for future reference.

About

Asynchronous Programming in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%