littlefs2-sys
Low-level bindings to littlefs
## What is this?
Low-level bindings to the [littlefs][littlefs] microcontroller filesystem.
You probably want the high-level, idiomatic Rust bindings: [littlefs2][littlefs2]
Upstream release: [v2.2.1][upstream-release]
[littlefs]: https://github.com/ARMmbed/littlefs
[littlefs2]: https://github.com/nickray/littlefs2
[upstream-release]: https://github.com/ARMmbed/littlefs/releases/tag/v2.2.1
#### License
littlefs is licensed under [BSD-3-Clause][bsd-3-clause], as are these bindings.
The file `string.c` is licensed under GPL-2.0.
Permissively licensed replacement implementation welcome!
[bsd-3-clause]: https://github.com/ARMmbed/littlefs/blob/master/LICENSE.md