rustypy icon indicating copy to clipboard operation
rustypy copied to clipboard

Automatic FFI and binding generation for Python <-> Rust interfacing

Results 2 rustypy issues
Sort by recently updated
recently updated
newest added

Since the library was initally developed a lot of new goodies have made it into the language and ecosystem, amongst them procedural macros, with this is possible to achieve a...

enhancement

While a bit unorthodox maybe should contemplate adding support for use of generic "PyObjects" to use inside container types (like python lists) when interfacing with python from Rust. What is...

enhancement