[package]
edition = "2021"
rust-version = "1.75"
name = "irithyll-core"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero-alloc inference engine for irithyll streaming ML — no_std, f32 + int16 packed formats, branch-free traversal"
readme = false
keywords = [
"machine-learning",
"inference",
"no-std",
"embedded",
"decision-trees",
]
categories = [
"algorithms",
"no-std",
"embedded",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/evilrat420/irithyll"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[features]
default = []
std = []
[lib]
name = "irithyll_core"
path = "src/lib.rs"
[dependencies.libm]
version = "0.2"