docs.rs failed to build riscv-codec-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
riscv-codec-0.4.0
use ;
A crate for working with RISC-V Instructions. Instructions can be encoded and decoded from binary. Basic assembly and disassembly is also supported (Instructions can be converted to and from strings, no support is provided for labels or other features that would be found in a complete assembler).
Supported Instructions
- RV64I
- M
- A
- F
- D
- C
- Zicsr
- Zifencei
This crate is (somewhat) well tested. If you find any problems, or think some part of the API could be improved, please make an issue in the github repository.