irithyll-core 0.2.0

Zero-alloc inference engine for irithyll streaming ML — no_std, f32 + int16 packed formats, branch-free traversal
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"