3 releases (breaking)

0.3.0 Apr 8, 2023
0.2.0 Jan 28, 2023
0.1.0 Jan 22, 2023

#567 in Command-line interface

MIT license

46KB
875 lines

Cursive Flexbox Maintenance crates.io docs.rs

A correct, complete flexbox implementation for the Cursive TUI library. The implementation follows the CSS3 specification where it makes sense for a TUI. All implemented functionality should be exactly the same as for the CSS3 flexbox.


lib.rs:

A flexbox layout implementation for the Rust Cursive TUI library that tries to adhere to the CSS3 specification as much as possible and where it makes sense for a TUI. Users who are already familiar with it should feel right at home working with this library.

Dependencies

~5.5MB
~95K SLoC