uir-core 0.0.0

Core definitions of Universal Intermediate Representation
Documentation
[package]
name = "uir-core"
version = "0.0.0"
authors = ["Aster <192607617@qq.com>"]
description = "Core definitions of Universal Intermediate Representation"
categories = ["compilers"]
repository = "https://github.com/nyar-vm/uir.git"
documentation = "https://docs.rs/uir-core"
readme = "readme.md"
license = "MPL-2.0"
edition = "2021"
exclude = ["package.json", "tests/**"]

[dependencies]
intertrait = "0.2.2"
generational-arena = "0.2"
downcast-rs = "1.2.0"
rustc-hash = "1.1.0"

[dev-dependencies]

[features]
default = []

[package.metadata.docs.rs]
all-features = true