Add logo to the readme

master
Jos van den Oever 2017-08-25 17:07:47 +02:00
parent e99817c27f
commit 328f7510ae
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# Rust Qt Bindings Generator
![Rust Qt Bindings](logo.svg)
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.