mirror of
https://github.com/mre/idiomatic-rust
synced 2024-11-21 19:43:04 +00:00
docs: RfR is not Early Access anymore (#32)
This commit is contained in:
parent
bc6130ee0a
commit
ce10a56509
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ This repository collects resources for writing clean, idiomatic Rust code. [Plea
|
|||
* [Command Line Applications in Rust](https://rust-cli.github.io/book) - A tutorial on how to write CLI apps in Rust, learning many aspects of the ecosystem along the way.
|
||||
* [Discover the world of microcontrollers through Rust!](https://rust-embedded.github.io/discovery/) - This book is an introductory course on microcontroller-based embedded systems that uses Rust as the teaching language rather than the usual C/C++.
|
||||
* [Rust Cookbook](https://github.com/rust-lang-nursery/rust-cookbook) - Examples that demonstrate good practices to accomplish common programming tasks in Rust.
|
||||
* [Rust for Rustaceans](https://nostarch.com/rust-rustaceans) (Early Access) by [Jon Gjengset](https://github.com/jonhoo) - Covers how to design reliable, idiomatic, and ergonomic Rust programs based on best principles.
|
||||
* [Rust for Rustaceans](https://nostarch.com/rust-rustaceans) by [Jon Gjengset](https://github.com/jonhoo) - Covers how to design reliable, idiomatic, and ergonomic Rust programs based on best principles.
|
||||
|
||||
## 📰 Articles
|
||||
|
||||
|
|
Loading…
Reference in a new issue