app-world 0.3.0

A framework agnostic approach to managing frontend application state.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[features]
test-utils = []

[package]
description = "A framework agnostic approach to managing frontend application state."
documentation = "https://docs.rs/app_world"
edition = "2021"
keywords = ["state", "frontend"]
license = "MIT/Apache-2.0"
name = "app-world"
readme = "README.md"
repository = "https://github.com/chinedufn/app-world"
version = "0.3.0"