drone-fatfs

Crates.iodrone-fatfs
lib.rsdrone-fatfs
version0.2.3
sourcesrc
created_at2018-06-20 12:31:51.838956
updated_at2018-08-27 10:21:32.046578
descriptionBindings to ChaN's FatFs.
homepage
repositoryhttps://github.com/centosa/drone-fatfs
max_upload_size
id70940
size2,305,084
Valentine Valyaeff (valff)

documentation

README

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.

Commit count: 0

cargo fmt