Pivot the README

master
Jos van den Oever 2017-08-15 23:12:22 +02:00
parent 6ccfe5fe33
commit 2f87e2c74c
1 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
# RMail
# Rust Qt Bindings Generator
A very simple proof of concept to parse mail with rust and show it in a qt ui.
This generator gets you started quickly to use Rust code from Qt and QML.
The building block of Qt and QML projects are QObject and the Model View classes. `rust_qt_binding_generator` reads a json file to generate QObject or QAbstractItemModel classes that call into generated Rust files. For each type from the JSON file, a Rust trait is generated that should be implemented.
This way, Rust code can be called from Qt and QML projects.