rust-qt-binding-generator/src
Jos van den Oever 7c8bb6a535 Add function to choose what Qt modules to link to 2019-01-21 23:29:13 +01: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
build.rs Add function to choose what Qt modules to link to 2019-01-21 23:29:13 +01:00
configuration.rs Fix build with rust <= 1.30 2018-12-10 00:32:20 +01:00
configuration_private.rs Use pattern matching instead of if and else that return true and false 2018-11-01 10:30:05 +01:00
cpp.rs Use pattern matching instead of if and else that return true and false 2018-11-01 10:30:05 +01:00
lib.rs Add support for Rust 2018 edition projects. 2018-12-09 23:34:40 +01:00
rust.rs Add anonymous parameter placeholders to generated code 2018-12-10 00:12:49 +01:00
util.rs Expose function for reading the configuration 2018-09-30 00:10:22 +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.