rust-qt-binding-generator/src/README.md
Jos van den Oever 3ba1ffb5eb snapshot
2017-08-22 13:45:34 +02:00

440 B

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.