Registry / utility / uniui-core

uniui-core

JSON →
library0.0.4rscratesunverified

Provides basic structures like Signal and Slot for the uniui_* crates family.

# Cargo.toml [dependencies] uniui_core = "0.0.4"
INSTALL
IMPORT
SIG · UNIUI-CORE
U
uniui-core
utilityrustv0.0.4
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.

Signal
use uniui_core::Signal;

Creates a Signal and emits a value.

use uniui_core::Signal; fn main() { let mut signal = Signal::new(); signal.emit(42); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
uniui-core — cargo add uniui-core · libregistry