PerlFFI / FFI-Platypus

Write Perl bindings to non-Perl libraries with FFI. No XS required.
89 stars 23 forks source link

dogfood use of api => 2 internally #361

Closed plicease closed 2 years ago

plicease commented 2 years ago

Note: this is technically a breaking change since the FFI::Platypus::Memory functions will return undef for NULL instead of empty list. In practice I think it will probably fix more than it breaks.