mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-24 04:32:52 +01:00
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>
This commit is contained in:
commit
8ddfcf8efc
2 changed files with 9 additions and 1 deletions
|
@ -52,10 +52,14 @@ Formerly known as Real-Time For the Masses.
|
||||||
|
|
||||||
- Applications must be written using the 2018 edition.
|
- 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/)
|
## [API reference](https://rtic.rs/stable/api/)
|
||||||
|
|
||||||
|
## [Community provided examples repo][examples]
|
||||||
|
|
||||||
|
[examples]: https://github.com/rtic-rs/rtic-examples
|
||||||
|
|
||||||
## Chat
|
## Chat
|
||||||
|
|
||||||
Join us and talk about RTIC in the [Matrix room][matrix-room].
|
Join us and talk about RTIC in the [Matrix room][matrix-room].
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
# Tips & tricks
|
# Tips & tricks
|
||||||
|
|
||||||
|
For complete RTIC examples see the [rtic-examples][rtic-examples] repository.
|
||||||
|
|
||||||
|
[rtic-examples]: https://github.com/rtic-rs/rtic-examples
|
||||||
|
|
||||||
## Generics
|
## Generics
|
||||||
|
|
||||||
All resource proxies implement the `rtic::Mutex` trait.
|
All resource proxies implement the `rtic::Mutex` trait.
|
||||||
|
|
Loading…
Reference in a new issue