Merge pull request #807 from littlefs-project/doc-link-littlefs2-rust

Add littlefs2 crate to README
This commit is contained in:
Christopher Haster
2023-04-26 02:40:51 -05:00
committed by GitHub
+5
View File
@@ -226,6 +226,10 @@ License Identifiers that are here available: http://spdx.org/licenses/
to create images of the filesystem on your PC. Check if littlefs will fit to create images of the filesystem on your PC. Check if littlefs will fit
your needs, create images for a later download to the target memory or your needs, create images for a later download to the target memory or
inspect the content of a binary image of the target memory. inspect the content of a binary image of the target memory.
- [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-img-viewer] - A memory-efficient web application for viewing
littlefs disk images in your web browser. littlefs disk images in your web browser.
@@ -263,4 +267,5 @@ License Identifiers that are here available: http://spdx.org/licenses/
[SPIFFS]: https://github.com/pellepl/spiffs [SPIFFS]: https://github.com/pellepl/spiffs
[Dhara]: https://github.com/dlbeer/dhara [Dhara]: https://github.com/dlbeer/dhara
[littlefs-python]: https://pypi.org/project/littlefs-python/ [littlefs-python]: https://pypi.org/project/littlefs-python/
[littlefs2-rust]: https://crates.io/crates/littlefs2
[chamelon]: https://github.com/yomimono/chamelon [chamelon]: https://github.com/yomimono/chamelon