4 个版本
使用旧的 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日 |
#1639 在 文件系统
每月下载量 37 次
用于 drone-fatfs-sd
4.5MB
43K SLoC
drone-fatfs
文档
为 ChaN 的 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
更新说明文件
$ cargo readme -o README.md
$ cargo readme -r sd -t ../README.tpl -o README.md
许可
许可协议为以下之一
- Apache License,版本 2.0,(LICENSE-APACHE 或 http://www.apache.org/licenses/LICENSE-2.0)
- MIT 协议(LICENSE-MIT 或 http://opensource.org/licenses/MIT)
任选其一。
贡献
除非您明确表示,否则您有意提交的任何贡献,根据 Apache-2.0 许可证的定义,都应双许可如上所述,不附加任何额外条款或条件。
依赖项
~5.5–8.5MB
~161K SLoC