Skip to content

Commit

Permalink
Merge pull request #26 from embassy-rs/add-missing-readme
Browse files Browse the repository at this point in the history
Add readme for async crate
  • Loading branch information
MathiasKoch authored Feb 7, 2022
2 parents ab5935b + 0af5d45 commit ef20738
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions embedded-storage-async/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# embedded-storage-async

> An Embedded Storage Abstraction Layer
This create defines a set of async traits variants of embedded-storage.

## License

Licensed under either of

- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.

[API reference]: https://docs.rs/embedded-storage-async

0 comments on commit ef20738

Please sign in to comment.