fiasto 0.2.0

High-performance modern Wilkinson's formula parsing for statistical models. Parses R-style formulas into structured JSON metadata supporting linear models, mixed effects, and complex statistical specifications.
Documentation
[dependencies.logos]
version = "0.15.1"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[[example]]
name = "01"
path = "examples/01.rs"

[[example]]
name = "02"
path = "examples/02.rs"

[[example]]
name = "03"
path = "examples/03.rs"

[[example]]
name = "04"
path = "examples/04.rs"

[[example]]
name = "05_gr_function"
path = "examples/05_gr_function.rs"

[[example]]
name = "06_variable_centric"
path = "examples/06_variable_centric.rs"

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

[package]
authors = ["Alex Hallam <alexhallam6.28@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "data-structures", "parsing", "text-processing"]
description = "High-performance modern Wilkinson's formula parsing for statistical models. Parses R-style formulas into structured JSON metadata supporting linear models, mixed effects, and complex statistical specifications."
documentation = "https://docs.rs/fiasto"
edition = "2021"
homepage = "https://github.com/alexhallam/fiasto"
keywords = ["regression", "formula-parser", "formulaic", "wilkinson", "r-formula"]
license = "MIT"
name = "fiasto"
readme = "README.md"
repository = "https://github.com/alexhallam/fiasto"
rust-version = "1.89.0"
version = "0.2.0"