sovran-state 0.1.2

Simple state management for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "sovran-state"
version = "0.1.2"
edition = "2021"
authors = ["Sovran.la <support@sovran.la>"]
description = "Simple state management for Rust"
repository = "https://github.com/sovran-rs/sovran-state"
license = "MIT"
readme = "README.md"
keywords = ["state", "redux", "concurrency", "flux"]
categories = ["concurrency", "data-structures"]

[dependencies]
toml_edit = "0.22"

[[bin]]
name = "release"
path = "tools/release.rs"