rust-qt / ritual

Use C++ libraries from Rust
Apache License 2.0
1.22k stars 49 forks source link

can you impl PartialEq, Eq for qstring? #100

Open jlgerber opened 4 years ago

jlgerber commented 4 years ago

currently, using, say CppBox as a HashMap key is not possible. Plus, the ergonomics of compare_q_string leave a lot to be desired. Could this be simply wrapped?