mirror of
https://github.com/danbulant/cushy
synced 2026-06-15 12:31:11 +00:00
After adding weak_clone, I realized that all map functions should use weak references anyways. In the process of implementing this, I ran tests a lot and found other edge cases where I hadn't properly reasoned about Drop behavior. While some of the state cleanup is a bit overkill at the moment, this is in anticipation of wanting a WeakDynamicReader-like type. |
||
|---|---|---|
| .. | ||
| animation | ||
| styles | ||
| widgets | ||
| animation.rs | ||
| app.rs | ||
| context.rs | ||
| debug.rs | ||
| graphics.rs | ||
| lib.rs | ||
| names.rs | ||
| styles.rs | ||
| tick.rs | ||
| tree.rs | ||
| utils.rs | ||
| value.rs | ||
| widget.rs | ||
| widgets.rs | ||
| window.rs | ||