Some notes in the readme about docs
This commit is contained in:
parent
2a4a133b88
commit
91e0c6df73
1 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
# Embassy
|
||||
|
||||
Embassy is a project to make async/await a first-class option for embedded development. For more information and instructions to
|
||||
get started, click [here](https://github.com/embassy-rs/embassy/wiki).
|
||||
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).
|
||||
|
||||
## 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.
|
||||
|
||||
## 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?
|
||||
|
||||
EMBedded ASYnc! :)
|
||||
|
|
Loading…
Reference in a new issue