rust-qt-binding-generator/src
Jos van den Oever c9b2fda4fb Do not use templated types in c bindings 2017-09-01 22:00:24 +02:00
..
CMakeLists.txt snapshot 2017-08-22 13:45:34 +02:00
README.md snapshot 2017-08-22 13:45:34 +02:00
cpp.cpp Do not use templated types in c bindings 2017-09-01 22:00:24 +02:00
cpp.h snapshot 2017-08-22 13:45:34 +02:00
helper.cpp snapshot 2017-08-22 13:45:34 +02:00
helper.h A table with system processes and a qml chart 2017-08-24 01:55:37 +02:00
main.cpp Put the contents of types.rs in the interface 2017-08-25 15:10:07 +02:00
parseJson.cpp Return strings and bytearrays by reference by default in the rust code 2017-08-30 21:58:01 +02:00
parseJson.h snapshot 2017-08-22 13:45:34 +02:00
rust.cpp Move all generated demo files into one binding 2017-08-31 19:20:25 +02:00
rust.h Put the contents of types.rs in the interface 2017-08-25 15:10:07 +02:00
structs.h Do not use templated types in c bindings 2017-09-01 22:00:24 +02:00

README.md

Bindings between Qt and Rust

Glossary

Property type

The type that is written in the JSON file. This is the type that is type that is used in the C++ code.

binding type

The type that is used to transer the data between the Rust and Qt.

C++ binding type

The C++ version of the type that is transferred between Rust and Qt.

Rust binding type

The Rust version of the type that is transferred between Rust and Qt.