2 unstable releases
new 0.2.0 | Nov 14, 2024 |
---|---|
0.1.0 | Jan 13, 2024 |
#3 in #floem
100 downloads per month
Used in 5 crates
(via floem)
48KB
1.5K
SLoC
Floem Reactive
RwSignal::new_split
returns a separated ReadSignal
and WriteSignal
for a variable.
An existing RwSignal
may be converted using RwSignal::read_only
and RwSignal::write_only
where necessary, but the reverse is not possible.
Dependencies
~67KB