rust-qt-binding-generator/src
Jos van den Oever 13d8d1cf1d Use AtomicPtr instead of Mutex 2018-09-29 23:28:24 +02:00
..
bin Use the version number from Cargo.toml 2018-09-28 23:54:42 +02:00
Messages.sh Fix i18n message catalog naming, add catalog for generator app 2017-12-22 18:27:51 +01:00
README.md snapshot 2017-08-22 13:45:34 +02:00
configuration.rs Add function to create bindings from runtime Config object 2018-09-28 23:38:44 +02:00
configuration_private.rs Add function to create bindings from runtime Config object 2018-09-28 23:38:44 +02:00
cpp.rs Add function to create bindings from runtime Config object 2018-09-28 23:38:44 +02:00
lib.rs Add function to create bindings from runtime Config object 2018-09-28 23:38:44 +02:00
rust.rs Use AtomicPtr instead of Mutex 2018-09-29 23:28:24 +02:00
util.rs Handle result of write! and writeln! 2018-09-28 18:05:10 +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.