diff options
author | 2021-07-27 20:04:56 +0200 | |
---|---|---|
committer | 2021-07-27 20:04:56 +0200 | |
commit | 5477ae288fb6df0484aa6e4d8acb13cdf0423b22 (patch) | |
tree | 679ead2a7d1446d0410b03f6a4f3a02d99c19736 | |
parent | 1e2fb2eeb2f57ff61aaf1298a9e4975c8fa8dd73 (diff) | |
download | rtic-5477ae288fb6df0484aa6e4d8acb13cdf0423b22.tar.gz rtic-5477ae288fb6df0484aa6e4d8acb13cdf0423b22.tar.zst rtic-5477ae288fb6df0484aa6e4d8acb13cdf0423b22.zip |
Also link to `rtic-examples` in the tips section of the book
-rw-r--r-- | book/en/src/by-example/tips.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/book/en/src/by-example/tips.md b/book/en/src/by-example/tips.md index f537173d..e292634b 100644 --- a/book/en/src/by-example/tips.md +++ b/book/en/src/by-example/tips.md @@ -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. |