Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Haster <geky@geky.net>2023-04-19 00:12:32 +0300
committerChristopher Haster <geky@geky.net>2023-04-26 10:02:23 +0300
commit363a8b56cf70c165a37a02f604fa6ed9b15fd186 (patch)
tree585d6d854f6d50483f69b898b9a7dcb30e6ea7a5
parente43d381135d74a91b40301d71d0bcfdf130f740a (diff)
Tweaked wording of littlefs2-rust link in README.mddoc-link-littlefs2-rust
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 96fd001..3afddfd 100644
--- a/README.md
+++ b/README.md
@@ -227,8 +227,9 @@ License Identifiers that are here available: http://spdx.org/licenses/
your needs, create images for a later download to the target memory or
inspect the content of a binary image of the target memory.
-- [littlefs2-rust] - Idiomatic Rust API for the littlefs microcontroller
- filesystem with ow-level bindings provided by the [littlefs2-sys] crate.
+- [littlefs2-rust] - A Rust wrapper for littlefs. This project allows you
+ to use littlefs in a Rust-friendly API, reaping the benefits of Rust's memory
+ safety and other guarantees.
- [littlefs-disk-img-viewer] - A memory-efficient web application for viewing
littlefs disk images in your web browser.
@@ -267,5 +268,4 @@ License Identifiers that are here available: http://spdx.org/licenses/
[Dhara]: https://github.com/dlbeer/dhara
[littlefs-python]: https://pypi.org/project/littlefs-python/
[littlefs2-rust]: https://crates.io/crates/littlefs2
-[littlefs2-sys]: https://crates.io/crates/littlefs2-sys
[chamelon]: https://github.com/yomimono/chamelon