Skip to content

Commit ef20738

Browse files
authored
Merge pull request #26 from embassy-rs/add-missing-readme
Add readme for async crate
2 parents ab5935b + 0af5d45 commit ef20738

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

embedded-storage-async/README.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# embedded-storage-async
2+
3+
> An Embedded Storage Abstraction Layer
4+
5+
This create defines a set of async traits variants of embedded-storage.
6+
7+
## License
8+
9+
Licensed under either of
10+
11+
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
12+
http://www.apache.org/licenses/LICENSE-2.0)
13+
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
14+
15+
at your option.
16+
17+
### Contribution
18+
19+
Unless you explicitly state otherwise, any contribution intentionally submitted
20+
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
21+
dual licensed as above, without any additional terms or conditions.
22+
23+
[API reference]: https://docs.rs/embedded-storage-async

0 commit comments

Comments
 (0)