5 个版本
使用旧 Rust 2015
0.2.3 | 2018年8月27日 |
---|---|
0.2.2 | 2018年6月26日 |
0.2.1 | 2018年6月25日 |
0.2.0 | 2018年6月20日 |
0.1.0 | 2018年4月30日 |
2 in #fat-f
在 5 个crate中使用(直接使用2个)5 crates (2 directly)
2MB
21K SLoC
drone-fatfs
文档
为 ChaN's FatFs 提供与 Drone 的绑定。
开发
检查
$ RUSTC_WRAPPER=./clippy-wrapper.sh cargo check \
--target "i686-unknown-linux-musl" --all
测试
$ 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
$ cargo readme -o README.md
$ cargo readme -r sd -t ../README.tpl -o README.md
许可
根据您的选择,许可协议为以下之一
- Apache License, Version 2.0, (LICENSE-APACHE 或 http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT 或 http://opensource.org/licenses/MIT)
。
贡献
除非您明确声明,否则任何有意提交以包含在作品中并由您定义的贡献,根据 Apache-2.0 许可证,应如上所述双重许可,没有任何附加条款或条件。
依赖关系
~0–2MB
~38K SLoC