mirror of
https://github.com/mre/idiomatic-rust
synced 2024-11-21 19:43:04 +00:00
Add "Rust Development at Sentry"
This commit is contained in:
parent
327ef6bb49
commit
7f739a1d96
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ This repository collects resources for writing clean, idiomatic Rust code. [Plea
|
|||
* [PingCAP talent plan](https://github.com/pingcap/talent-plan) - A series of training courses about writing distributed systems in Rust. The courses primarily consist of projects where coding problems are presented, along with a partial implementation or API description, and a test suite.
|
||||
* [Procedural Macros Workshop](https://github.com/dtolnay/proc-macro-workshop) - This repo contains a selection of projects designed to learn to write Rust procedural macros — Rust code that generates Rust code.
|
||||
* [rust-lang/rustlings](https://github.com/rust-lang/rustlings) - 🦀 Small exercises to get you used to reading and writing Rust code!
|
||||
* [Rust Development at Sentry](https://develop.sentry.dev/rust/) - A document that contains useful resources for getting started with Rust and adhering to the Sentry coding principles.
|
||||
|
||||
## 📖 Books
|
||||
|
||||
|
|
Loading…
Reference in a new issue