Also link to rtic-examples in the tips section of the book

This commit is contained in:
Henrik Tjäder 2021-07-27 20:04:56 +02:00
parent 1e2fb2eeb2
commit 5477ae288f

View file

@ -1,5 +1,9 @@
# Tips & tricks
For complete RTIC examples see the [rtic-examples][rtic-examples] repository.
[rtic-examples]: https://github.com/rtic-rs/rtic-examples
## Generics
All resource proxies implement the `rtic::Mutex` trait.