Cursive Flexbox Maintenance

This library is not stable yet. It is under development and the API will change before the first release. Starting from major version 1 (1.x.x), this library can be considered stable and generally usable.

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.

Documentation

Documentation will be available after the first upload to crates.io. For now, it can be generated by running cargo doc --open, which will open in the default web browser.

API and Guidelines

Once more things have been implemented and I have a general overview of the status and implementation of the project, I'll start to work towards adhering to the general Rust guidelines.

Contributions

Contributions are very much welcome. Keep in mind that the project just started so there isn't much implemented yet.