drone-fatfs-raw

Crates.iodrone-fatfs-raw
lib.rsdrone-fatfs-raw
version0.2.3
sourcesrc
created_at2018-04-30 15:52:56.615743
updated_at2018-08-27 10:18:46.584737
descriptionBindings to ChaN's FatFs.
homepage
repositoryhttps://github.com/centosa/drone-fatfs
max_upload_size
id63170
size2,273,596
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