littlefs2-sys 0.1.0

Low-level bindings to LittleFS
Documentation
<h1 align="center">littlefs2-sys</h1>
<div align="center">
 <strong>
   Low-level bindings to LittleFS
 </strong>
</div>

<br />

<div align="center">
  <!-- Crates version -->
  <a href="https://crates.io/crates/littlefs2-sys">
    <img src="https://img.shields.io/crates/v/littlefs2-sys.svg?style=flat-square"
    alt="Crates.io version" />
  </a>
  <!-- Downloads -->
  <a href="https://crates.io/crates/littlefs2-sys">
    <img src="https://img.shields.io/crates/d/littlefs2-sys.svg?style=flat-square"
      alt="Download" />
  </a>
  <!-- API docs -->
  <a href="https://docs.rs/littlefs2-sys">
    <img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square"
      alt="main branch API docs" />
  </a>
</div>

## What is this?

Low-level bindings to the [littlefs](littlefs) microcontroller filesystem.

[littlefs]: https://github.com/ARMmbed/littlefs

Currently, release v2.1.4 is exposed.

#### License

<sup>LittleFS licensed under [BSD-3-Clause](LICENSE-BSD3), as are these bindings.</sup>
<br>
<sub>The file `strings.c` is licensed under GPL-2.0</sub>