Implement the ctypes module
The ctypes module is pretty interesting. It allows people to load arbitrary dll's into python. This could probably be implemented by using some rust crate which does the same.
This is a nice challenge!
The ctypes module is pretty interesting. It allows people to load arbitrary dll's into python. This could probably be implemented by using some rust crate which does the same.
This is a nice challenge!