sovran-state 0.1.2

Simple state management for Rust
Documentation
[[bin]]
name = "release"
path = "tools/release.rs"

[dependencies.toml_edit]
version = "0.22"

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

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

[package]
authors = ["Sovran.la <support@sovran.la>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["concurrency", "data-structures"]
description = "Simple state management for Rust"
edition = "2021"
keywords = ["state", "redux", "concurrency", "flux"]
license = "MIT"
name = "sovran-state"
readme = "README.md"
repository = "https://github.com/sovran-rs/sovran-state"
version = "0.1.2"