lamina 0.0.8

High-performance compiler backend for Lamina Intermediate Representation
Documentation
[[bin]]
name = "lamina"
path = "src/main.rs"

[dependencies]

[features]
default = []
nightly = []

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

[lints.clippy]
expect_used = "warn"
unwrap_used = "warn"

[package]
authors = ["Eira <eira@nornity.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compilers", "development-tools", "parsing"]
description = "High-performance compiler backend for Lamina Intermediate Representation"
documentation = "https://docs.rs/lamina"
edition = "2024"
exclude = ["benchmarks/", "testcases/"]
keywords = ["compiler", "backend", "IR", "assembly", "codegen"]
license = "Apache-2.0"
name = "lamina"
readme = "README.md"
repository = "https://github.com/SkuldNorniern/lamina"
version = "0.0.8"

[[test]]
name = "bench_2dmatmul"
path = "tests/bench_2dmatmul.rs"

[[test]]
name = "bench_factorial"
path = "tests/bench_factorial.rs"

[[test]]
name = "bench_fibonacci"
path = "tests/bench_fibonacci.rs"

[[test]]
name = "bench_primegeneration"
path = "tests/bench_primegeneration.rs"