rvdc 0.1.0

RISC-V instruction decoder
Documentation
[dependencies]

[lib]
name = "rvdc"
path = "src/lib.rs"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(slow_tests)"]
level = "warn"
priority = 0

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations"]
description = "RISC-V instruction decoder"
edition = "2024"
keywords = ["risc-v", "riscv", "decoder", "instruction", "parser"]
license = "MIT OR Apache-2.0"
name = "rvdc"
readme = "README.md"
repository = "https://github.com/Noratrieb/rustv32i"
version = "0.1.0"