Warning, /sdk/rust-qt-binding-generator/templates/qt_quick_cargo/README.md is written in an unsupported language. File is not indexed.

0001 Qt Quick template project with Rust bindings
0002 
0003 This is a template project for writing a Qt Quick GUI on top of Rust code.
0004 
0005 `bindings.json` defines the interface between the Qt and Rust code.
0006 
0007 Build instructions are written in `build.rs`.
0008 
0009 Build this code with
0010 
0011 ```bash
0012 cargo build
0013 ```