diff options
| author | Ulf Lilleengen <[email protected]> | 2024-05-24 15:34:01 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-24 15:34:01 +0000 |
| commit | 01c1cb2764300625f80b24e70052f250de27d814 (patch) | |
| tree | f38035b8845f03df84969d198d65a62a22e46dac | |
| parent | a5763b4df4f095108350408cf46fc13465ed5e7f (diff) | |
| parent | 8e89e6a3139ce957ca2a0e126efcc80d8c33c683 (diff) | |
Merge pull request #3000 from embassy-rs/fix-book-link
fix link to embassy book
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | Embassy is the next-generation framework for embedded applications. Write safe, correct and energy-efficient embedded code faster, using the Rust programming language, its async facilities, and the Embassy libraries. | 3 | Embassy is the next-generation framework for embedded applications. Write safe, correct and energy-efficient embedded code faster, using the Rust programming language, its async facilities, and the Embassy libraries. |
| 4 | 4 | ||
| 5 | ## <a href="https://embassy.dev/book/dev/index.html">Documentation</a> - <a href="https://docs.embassy.dev/">API reference</a> - <a href="https://embassy.dev/">Website</a> - <a href="https://matrix.to/#/#embassy-rs:matrix.org">Chat</a> | 5 | ## <a href="https://embassy.dev/book/index.html">Documentation</a> - <a href="https://docs.embassy.dev/">API reference</a> - <a href="https://embassy.dev/">Website</a> - <a href="https://matrix.to/#/#embassy-rs:matrix.org">Chat</a> |
| 6 | ## Rust + async ❤️ embedded | 6 | ## Rust + async ❤️ embedded |
| 7 | 7 | ||
| 8 | The Rust programming language is blazingly fast and memory-efficient, with no runtime, garbage collector or OS. It catches a wide variety of bugs at compile time, thanks to its full memory- and thread-safety, and expressive type system. | 8 | The Rust programming language is blazingly fast and memory-efficient, with no runtime, garbage collector or OS. It catches a wide variety of bugs at compile time, thanks to its full memory- and thread-safety, and expressive type system. |
