PerlFFI / FFI-Platypus

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

Document fixed length strings #340

Closed plicease closed 2 years ago

plicease commented 3 years ago

the string(length)* type. Should be mentioned here: https://metacpan.org/pod/FFI::Platypus::Type#Strings

also probably worth mentioning that the classless "record" record(length)* is internally the same type, and cross reference with https://metacpan.org/pod/FFI::Platypus::Type#Records

plicease commented 2 years ago

This could be done now, but will require a re-write for api => 2, so lets put this off until the 2.00 rollout.