We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab5935b + 0af5d45 commit ef20738Copy full SHA for ef20738
embedded-storage-async/README.md
@@ -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