mips-dasm-rs is a mips disassembler library written in Rust.
A test suite is included to verify the correctness of the disassembler. To run it, do:
cargo test
Almost all instructions except for floating point are supported.
See src/test.rs for a complete list of supported instructions.
The code is licensed under MIT - see LICENSE.md