diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
| @@ -1,7 +1,6 @@ | |||
| 1 | # Embassy | 1 | # Embassy |
| 2 | 2 | ||
| 3 | Embassy is a project to make async/await a first-class option for embedded development. For more information and instructions to | 3 | 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). |
| 4 | get started, click [here](https://github.com/embassy-rs/embassy/wiki). | ||
| 5 | 4 | ||
| 6 | ## Traits and types | 5 | ## Traits and types |
| 7 | 6 | ||
| @@ -93,6 +92,10 @@ Required nightly version is specified in the `rust-toolchain.toml` file. Nightly | |||
| 93 | 92 | ||
| 94 | Stable support is a non-goal until these features get stabilized. | 93 | Stable support is a non-goal until these features get stabilized. |
| 95 | 94 | ||
| 95 | ## Documentation | ||
| 96 | |||
| 97 | 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. | ||
| 98 | |||
| 96 | ## Why the name? | 99 | ## Why the name? |
| 97 | 100 | ||
| 98 | EMBedded ASYnc! :) | 101 | EMBedded ASYnc! :) |
