#drone #bindings #fatfs #fat-f #cha-n

nightly no-std drone-fatfs

Bindings to ChaN's FatFs

4 releases

Uses old Rust 2015

0.2.3 Aug 27, 2018
0.2.2 Jun 26, 2018
0.2.1 Jun 25, 2018
0.2.0 Jun 20, 2018

#1639 in Filesystem

37 downloads per month
Used in drone-fatfs-sd

MIT/Apache

4.5MB
43K SLoC

C 42K SLoC // 0.0% comments Rust 897 SLoC Pan 10 SLoC // 0.3% comments Shell 2 SLoC // 0.5% comments

drone-fatfs

Documentation

Bindings to ChaN's FatFs for Drone.

Development

Check:

$ RUSTC_WRAPPER=./clippy-wrapper.sh cargo check \
  --target "i686-unknown-linux-musl" --all

Test:

$ RUSTC_WRAPPER=./rustc-wrapper.sh cargo test \
  --target "i686-unknown-linux-musl" -p drone-fatfs-raw
$ RUSTC_WRAPPER=./rustc-wrapper.sh cargo test \
  --target "i686-unknown-linux-musl" --features "std" -p drone-fatfs
$ RUSTC_WRAPPER=./rustc-wrapper.sh cargo test \
  --target "i686-unknown-linux-musl" --features "std" -p drone-fatfs-sd

Readme update:

$ cargo readme -o README.md
$ cargo readme -r sd -t ../README.tpl -o README.md

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~5.5–8.5MB
~161K SLoC