regalloc 0.0.34

Modular register allocation algorithms
Documentation
[dependencies.log]
default-features = false
version = "0.4.8"

[dependencies.rustc-hash]
version = "1.0.1"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.94"

[dependencies.smallvec]
version = "1.6.1"

[features]
default = []
enable-serde = ["serde"]
fuzzing = []

[package]
authors = ["The Regalloc.rs Developers"]
description = "Modular register allocation algorithms"
edition = "2018"
license = "Apache-2.0 WITH LLVM-exception"
name = "regalloc"
readme = "README.md"
repository = "https://github.com/bytecodealliance/regalloc.rs"
version = "0.0.34"