Skip to content

Commit

Permalink
Tweaked wording of littlefs2-rust link in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geky committed Apr 26, 2023
1 parent e43d381 commit 363a8b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

0 comments on commit 363a8b5

Please sign in to comment.