3 unstable releases
0.2.1 | May 25, 2019 |
---|---|
0.2.0 | Apr 8, 2019 |
0.1.0 | Mar 28, 2019 |
#1157 in Embedded development
39KB
1K
SLoC
rust-mips
Rust library for low-level abstraction of MIPS32 processors
License
This project is licensed under the terms of the MIT license.
Build
First install rustup
, then execute:
rustup component add rust-src
cargo install cargo-xbuild
make # for debug version
make mode=release # for release version
Use make clean
to remove all build outputs, make dist-clean
to also remove cached cargos.
Documentation
See doc.rs/mips for documentation, or run cargo doc
to generate it locally.
lib.rs
:
Rust library for low-level abstraction of MIPS32 processors
Dependencies
~135KB