Skip to content

πŸ‡«πŸ‡· French translation of the book "Asynchronous Programming in Rust"

License

Notifications You must be signed in to change notification settings

Jimskapt/async-book-fr

This branch is 6 commits ahead of, 91 commits behind rust-lang/async-book:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

368b379 Β· Feb 12, 2022
Feb 12, 2022
Dec 14, 2021
Dec 10, 2021
Feb 9, 2021
Jan 19, 2022
Jan 16, 2022
Dec 10, 2021
Dec 12, 2018
Dec 10, 2021
Mar 5, 2021

Repository files navigation

πŸ“– La programmation asynchrone avec Rust

🌐 This is the french translation of the book "Asynchronous Programming in Rust"

πŸ‘“ Click here to read this translated book online

πŸ”— Click here to go to the English Book repository

Translations are inside /FRENCH/ folder. Everything else should be remaining as the English Book (except some necessary files, like this README.md).

Want to help to translate ? Please read the file /FRENCH/CONTRIBUTING.md !

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