Some notes in the readme about docs
This commit is contained in:
parent
2a4a133b88
commit
91e0c6df73
@ -1,7 +1,6 @@
|
|||||||
# Embassy
|
# Embassy
|
||||||
|
|
||||||
Embassy is a project to make async/await a first-class option for embedded development. For more information and instructions to
|
Embassy is a project to make async/await a first-class option for embedded development. For more information and instructions to get started, go to [https://embassy.dev](https://embassy.dev).
|
||||||
get started, click [here](https://github.com/embassy-rs/embassy/wiki).
|
|
||||||
|
|
||||||
## Traits and types
|
## Traits and types
|
||||||
|
|
||||||
@ -93,6 +92,10 @@ Required nightly version is specified in the `rust-toolchain.toml` file. Nightly
|
|||||||
|
|
||||||
Stable support is a non-goal until these features get stabilized.
|
Stable support is a non-goal until these features get stabilized.
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
|
||||||
|
Embassy documentation is located in the `docs/` folder. The documentation is built in [embassy-book](https://github.com/embassy-rs/embassy-book) and published to [https://embassy.dev](https://embassy.dev) by CI.
|
||||||
|
|
||||||
## Why the name?
|
## Why the name?
|
||||||
|
|
||||||
EMBedded ASYnc! :)
|
EMBedded ASYnc! :)
|
||||||
|
Loading…
Reference in New Issue
Block a user