riscv_assembler 0.1.0

A Rust implementation of a RISC-V (RV32IM) assembler with both a library and CLI tool.
Documentation
[dependencies.clap]
features = ["derive"]
version = "4.5"

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

[package]
authors = ["Developer Uche <developeruche@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust implementation of a RISC-V (RV32IM) assembler with both a library and CLI tool."
documentation = "https://github.com/developeruche/riscv-assembler"
edition = "2024"
keywords = ["vm", "riscv", "isa", "systems", "no_std"]
license = "MIT"
name = "riscv_assembler"
readme = false
repository = "https://github.com/developeruche/riscv-assembler"
resolver = "1"
version = "0.1.0"