Crates.io | drone-fatfs-raw |
lib.rs | drone-fatfs-raw |
version | 0.2.3 |
source | src |
created_at | 2018-04-30 15:52:56.615743 |
updated_at | 2018-08-27 10:18:46.584737 |
description | Bindings to ChaN's FatFs. |
homepage | |
repository | https://github.com/centosa/drone-fatfs |
max_upload_size | |
id | 63170 |
size | 2,273,596 |
Bindings to ChaN's FatFs for Drone.
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
Licensed under either of
at your option.
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.