Fix typos, reference bindings, bump patch version.

This commit is contained in:
Nicolas Stalder
2019-12-13 23:20:43 +01:00
parent 415e54b726
commit 3d5c179a5b
2 changed files with 15 additions and 8 deletions
+2 -2
View File
@@ -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 <n@stalder.io>"]
edition = "2018"
license = "BSD-3-Clause"
+13 -6
View File
@@ -1,7 +1,7 @@
<h1 align="center">littlefs2-sys</h1>
<div align="center">
<strong>
Low-level bindings to LittleFS
Low-level bindings to littlefs
</strong>
</div>
@@ -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
<sup>LittleFS licensed under [BSD-3-Clause](LICENSE-BSD3), as are these bindings.</sup>
<sup>littlefs is licensed under [BSD-3-Clause][bsd-3-clause], as are these bindings.</sup>
<br>
<sub>The file `strings.c` is licensed under GPL-2.0</sub>
<sub>The file `string.c` is licensed under GPL-2.0.<br>
Permissively licensed replacement implementation welcome!</sub>
[bsd-3-clause]: https://github.com/ARMmbed/littlefs/blob/master/LICENSE.md