Library is still in a rough shape.
Bindings are based on DOtherSide C bindings for QML
cargo run --example properties
for setting properties from Rust to QML.cargo run --example listmodel
for an example of providing QML with list model from Rust.Requires CMake, Make, Qt (Core, Gui, Widgets, Quick) and, of course, Rust.
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