#default #copy #behavior #let #cell-opt-t #cell-like

cellopt

CellOpt<T> allows Cell-like behaviour for those T that do not implement Default or Copy

3 releases (breaking)

0.3.0 Oct 12, 2023
0.2.0 Oct 12, 2023
0.1.0 Oct 12, 2023

#3 in #behaviour

45 downloads per month

MIT/Apache

7KB
97 lines

cellopt

A Cell<Option<T>>: useful for those T which do not implement Default, let alone Copy.

No runtime deps