mirror of
https://github.com/mre/idiomatic-rust
synced 2025-02-16 13:18:26 +00:00
Add Rustic Bits by @llogiq
This commit is contained in:
parent
6759d85937
commit
724b97cdaa
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ This repository collects resources for writing clean, idiomatic Rust code. Pleas
|
|||
* [Teaching libraries through good documentation](https://deterministic.space/teaching-libraries.html) by [@killercup](https://github.com/killercup) - How to use the full power of Rust's documentation support (e.g. doc tests)
|
||||
* [Pretty State Machine Patterns in Rust](https://hoverbear.org/2016/10/12/rust-state-machine-pattern/) by [@hoverbear](https://github.com/Hoverbear) - How to represent a State Machine in an expressive and understandable way in Rust.
|
||||
* [Ripgrep Code Review](http://blog.mbrt.it/2016-12-01-ripgrep-code-review/) by [@mbrt](https://github.com/mbrt) - An analysis of the popular `ripgrep` tool's source code.
|
||||
* [Rustic Bits](https://llogiq.github.io/2016/02/11/rustic.html) - Small things that make for rustic code.
|
||||
|
||||
### 2015
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue