cxx
cxx copied to clipboard
HashMap/HashSet implementation
Recently I used cxx and had a use case where a hashmap and/or hashset would have been useful. They are mentioned as pending in the docs and so I'd like to track their status as a feature.
Recently I used cxx and had a use case where a hashmap and/or hashset would have been useful. They are mentioned as pending in the docs and so I'd like to track their status as a feature.
I have the same problem. Do you call the Rust code from the C++ code?
I'm having the same problem, you know if the HashMap or HashSet it's already implemented? Or how you solve this issue.