rust_qt_binding_generator 0.2.2

Generate code to build Qt applications with Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
0.2.2 (2018-12-10)
 - Fix build with rust <= 1.30
0.2.1 (2018-12-10)
 - Fix generated code for use with Rust edition 2018 (Owen Nelson, bug 401913)
 - Fix building with MSVC (bug 400716)
0.2.0 (2018-10-29)
 - Fix building with Cargo on Windows with MSVC (bug 400393)
 - Change generated API to avoid concurrent mutable and immutable references
 via callbacks into C++
0.1.0 (2018-10-10)
 - Port to Rust
 - Publish as crate
 - Add tools to build