yaair 0.1.0

Yet Another Aggregate (computing) Implementation in Rust. A blazing fast and memory-efficient implementation of Aggregate Computing.
Documentation
[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0.226"

[dev-dependencies.serde_json]
version = "1.0.145"

[features]
default = ["std"]
std = ["serde/std"]

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

[package]
authors = ["Nicolas Farabegoli <nicolas.farabegoli@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Yet Another Aggregate (computing) Implementation in Rust. A blazing fast and memory-efficient implementation of Aggregate Computing."
edition = "2021"
license = "Apache-2.0"
name = "yaair"
readme = false
version = "0.1.0"