Crates.io | drone-fatfs |
lib.rs | drone-fatfs |
version | 0.2.3 |
source | src |
created_at | 2018-06-20 12:31:51.838956 |
updated_at | 2018-08-27 10:21:32.046578 |
description | Bindings to ChaN's FatFs. |
homepage | |
repository | https://github.com/centosa/drone-fatfs |
max_upload_size | |
id | 70940 |
size | 2,305,084 |
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.