diff --git a/Cargo.toml b/Cargo.toml index 8e056b7..f55cbfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "littlefs2-sys" -description = "Low-level bindings to LittleFS" -version = "0.1.1" +description = "Low-level bindings to littlefs" +version = "0.1.2" authors = ["Nicolas Stalder "] edition = "2018" license = "BSD-3-Clause" diff --git a/README.md b/README.md index a5dcf53..46c2a04 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

littlefs2-sys

- Low-level bindings to LittleFS + Low-level bindings to littlefs
@@ -27,14 +27,21 @@ ## What is this? -Low-level bindings to the [littlefs](littlefs) microcontroller filesystem. +Low-level bindings to the [littlefs][littlefs] microcontroller filesystem. + +You probably want the high-level, idiomatic Rust bindings: [littlefs2][littlefs2] + +Upstream release: [v2.1.4][upstream-release] [littlefs]: https://github.com/ARMmbed/littlefs - -Currently, release v2.1.4 is exposed. +[littlefs2]: https://github.com/nickray/littlefs2 +[upstream-release]: https://github.com/ARMmbed/littlefs/releases/tag/v2.1.4 #### License -LittleFS licensed under [BSD-3-Clause](LICENSE-BSD3), as are these bindings. +littlefs is licensed under [BSD-3-Clause][bsd-3-clause], as are these bindings.
-The file `strings.c` is licensed under GPL-2.0 +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