mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-25 21:19:35 +01:00
Also link to rtic-examples
in the tips section of the book
This commit is contained in:
parent
1e2fb2eeb2
commit
5477ae288f
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue