Registry / utility / fermi
library0.4.3rscratesunverified

Global state management for Dioxus applications.

# Cargo.toml [dependencies] fermi = "0.4.3"
INSTALL
IMPORT
SIG · FERMI
F
fermi
utilityrustv0.4.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Atom
use fermi::Atom;

Define and read a global atom state.

use fermi::Atom; static COUNT: Atom<i32> = |_| 0; fn main() { let count = COUNT.read(); println!("{}", count); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fermi — cargo add fermi · libregistry