Skip to content

Rust library for low-level abstraction of MIPS processors

License

Notifications You must be signed in to change notification settings

Harry-Chen/rust-mips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-mips

Build status Crate version

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.

About

Rust library for low-level abstraction of MIPS processors

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •