rat-widget 0.15.0

ratatui widgets extended edition
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Consider before beta

* clone state with new focusflag

* panics in textarea
    * ? Result based API?
* sharded range-map? skiplist style? other?
* render sub range map
* replace textrange with char-ranges internally?
*

* consider int as u32 instead of usize (u64). sizes?
  -> not worth it, most are used as indexes into vec or the like,
  so it's quite annoying. probably doesn't matter much anyway.

* repackage menu et al
    * use commons