QML-rust - bindings for Qt Quick

Library is still in a rough shape.
Bindings are based on DOtherSide C bindings for QML

Example

Requires CMake, Make, Qt (Core, Gui, Widgets, Quick) and, of course, Rust.

Status

Done: * Basic initialization and execution * Providing properties for QML files * QAbstractListModels - to provide changable models for QML items (early draft)

To be done: * QObjects: slots, signals, properties * QML singletons * etc