rvv-encode 0.2.0

Library to encode RISC-V V extension (rvv) instructions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rvv-encode"
version = "0.2.0"
edition = "2018"
license = "MIT"
authors = ["Linfeng Qian <thewawar@gmail.com>"]
keywords = ["rvv", "riscv", "vector", "encode"]
description = "Library to encode RISC-V V extension (rvv) instructions"
repository = "https://github.com/TheWaWaR/rvv-encoder"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
pest = "2.1.0"
pest_derive = "2.1.0"
anyhow = "1.0.44"