eeric 0.0.21

An easily embeddable RV64I core with MFDV extensions
Documentation
[dependencies.derive_builder]
version = "0.12.0"

[dependencies.itertools]
version = "0.11.0"

[dependencies.num-traits]
version = "0.2.16"

[lib]
crate-type = ["rlib", "cdylib"]

[package]
description = "An easily embeddable RV64I core with MFDV extensions"
edition = "2021"
license = "MIT"
name = "eeric"
readme = "README.md"
repository = "https://github.com/PawelPerek/eeric"
version = "0.0.21"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"