ulyssa / modalkit

A Rust library for building modal editing applications
Apache License 2.0
49 stars 5 forks source link

Support getting number of items in ListState #116

Closed ulyssa closed 1 year ago

ulyssa commented 1 year ago

The ListState widget has an is_empty method, but it doesn't have an accompanying len method.