cxx
cxx copied to clipboard
Add binding support for std::pair
It would be nice to have binding support for std::pair. Either as cxx::Pair<A,B> or just using rust's built in tuples.
Related to #142