3 个不稳定版本

0.2.1 2019年5月25日
0.2.0 2019年4月8日
0.1.0 2019年3月28日

#1157 in 嵌入式开发

MIT 许可证

39KB
1K SLoC

rust-mips

Build status Crate version

Rust 用于 MIPS32 处理器底层抽象的库

许可证

本项目采用 MIT 许可证条款。

构建

首先安装 rustup,然后执行

rustup component add rust-src
cargo install cargo-xbuild
make # for debug version
make mode=release # for release version

使用 make clean 来删除所有构建输出,make dist-clean 来删除缓存的 cargos。

文档

有关文档,请参阅 doc.rs/mips,或运行 cargo doc 在本地生成。


lib.rs:

Rust 用于 MIPS32 处理器底层抽象的库

依赖项

~135KB