agility 0.1.1

A powerful and elegant reactive programming library for Rust, inspired by category theory
Documentation
[workspace]
members = [".", "agility-macros"]

[package]
name = "agility"
version = "0.1.1"
edition = "2024"
authors = ["Dexer Matters"]
license = "MIT OR Apache-2.0"
description = "A powerful and elegant reactive programming library for Rust, inspired by category theory"
repository = "https://github.com/ICmd-dev/agility"
documentation = "https://docs.rs/agility"
homepage = "https://github.com/ICmd-dev/agility"
readme = "README.md"
keywords = ["reactive", "signals", "frp", "async", "category-theory"]
categories = ["asynchronous", "data-structures", "concurrency"]
exclude = [
    ".github/",
    "examples/",
    "tests/trybuild/",
]

[dependencies]
agility-macros = { version = "0.1.0", path = "agility-macros" }

[dev-dependencies]
trybuild = "1.0"