Skip to content

Commit 72e8cba

Browse files
Ulf Lilleengeneldruin
authored andcommitted
Update readme
1 parent f480510 commit 72e8cba

File tree

1 file changed

+7
-34
lines changed

1 file changed

+7
-34
lines changed

embedded-nal-async/README.md

Lines changed: 7 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,18 @@
11
<!--
2-
[![crates.io](https://img.shields.io/crates/d/embedded-hal-async.svg)](https://crates.io/crates/embedded-hal-async)
3-
[![crates.io](https://img.shields.io/crates/v/embedded-hal-async.svg)](https://crates.io/crates/embedded-hal-async)
4-
[![Documentation](https://docs.rs/embedded-hal-async/badge.svg)](https://docs.rs/embedded-hal-async)
5-
![Minimum Supported Rust Version](https://img.shields.io/badge/rustc-1.46+-blue.svg)
2+
[![crates.io](https://img.shields.io/crates/d/embedded-nal-async.svg)](https://crates.io/crates/embedded-nal-async)
3+
[![crates.io](https://img.shields.io/crates/v/embedded-nal-async.svg)](https://crates.io/crates/embedded-nal-async)
4+
[![Documentation](https://docs.rs/embedded-nal-async/badge.svg)](https://docs.rs/embedded-nal-async)
65
-->
76

8-
# `embedded-hal-async`
7+
# `embedded-nal-async`
98

10-
An asynchronous Hardware Abstraction Layer (HAL) for embedded systems.
9+
An asynchronous Nardware Abstraction Layer (NAL) for embedded systems.
1110

12-
This crate contains asynchronous versions of the [`embedded-hal`] traits and shares its scope and [design goals].
13-
The purpose of this crate is to iterate over these trait versions before integrating them into [`embedded-hal`].
11+
This crate contains asynchronous versions of the [`embedded-nal`] traits and shares its scope and [design goals].
12+
The purpose of this crate is to iterate over these trait versions before integrating them into [`embedded-nal`].
1413

1514
**NOTE** These traits are still experimental. At least one breaking change to this crate is expected in the future (changing from GATs to `async fn`), but there might be more.
1615

17-
<!-- This project is developed and maintained by the [HAL team][team]. -->
18-
19-
<!--
20-
## [API reference]
21-
22-
[API reference]: https://docs.rs/embedded-hal-async
23-
-->
24-
25-
<!--
26-
## Minimum Supported Rust Version (MSRV)
27-
28-
This crate is guaranteed to compile on stable Rust 1.46 and up. It *might*
29-
compile with older versions but that may change in any new patch release.
30-
-->
31-
3216
## License
3317

3418
Licensed under either of
@@ -44,14 +28,3 @@ at your option.
4428
Unless you explicitly state otherwise, any contribution intentionally submitted
4529
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
4630
dual licensed as above, without any additional terms or conditions.
47-
48-
## Code of Conduct
49-
50-
Contribution to this crate is organized under the terms of the [Rust Code of
51-
Conduct][CoC], the maintainer of this crate, the [HAL team][team], promises
52-
to intervene to uphold that code of conduct.
53-
54-
[CoC]: ../CODE_OF_CONDUCT.md
55-
[team]: https://github.com/rust-embedded/wg#the-hal-team
56-
[`embedded-hal`]: https://crates.io/crates/embedded-hal
57-
[design goals]: https://docs.rs/embedded-hal/latest/embedded_hal/#design-goals

0 commit comments

Comments
 (0)