diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-08-03 15:32:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-03 15:32:52 +0000 |
| commit | 8ddfcf8efc1f9005fad6ea4bbd4956348c606405 (patch) | |
| tree | d401ca5288dbb6f0579b2238f180586a99fefaf9 | |
| parent | 667484811106e7505d546f92090616a6acff7b80 (diff) | |
| parent | 5477ae288fb6df0484aa6e4d8acb13cdf0423b22 (diff) | |
Merge #504
504: Add links to RTIC book dev version and rtic-examples r=japaric a=AfoHT
Co-authored-by: Henrik Tjäder <henrik@grepit.se>
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | book/en/src/by-example/tips.md | 4 |
2 files changed, 9 insertions, 1 deletions
@@ -52,10 +52,14 @@ Formerly known as Real-Time For the Masses. - Applications must be written using the 2018 edition. -## [User documentation](https://rtic.rs) +## [User documentation](https://rtic.rs) - [(Development version)](https://rtic.rs/dev) ## [API reference](https://rtic.rs/stable/api/) +## [Community provided examples repo][examples] + +[examples]: https://github.com/rtic-rs/rtic-examples + ## Chat Join us and talk about RTIC in the [Matrix room][matrix-room]. diff --git a/book/en/src/by-example/tips.md b/book/en/src/by-example/tips.md index f537173..e292634 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. |
