5 ms·
Have you exposed the C library to Python via ctypes as OP or have you taken a different approach?
by jaromir_ 5y ago
Have you exposed the C library to Python via ctypes as OP or have you taken a different approach?
- pkhuong 5y agoJust cffi, and keeping the headers free of inline implementation noise (a side benefit, in my opinion).