ffi 0.1.3-dev.3 ffi: ^0.1.3-dev.3 copied to clipboard
Utilities for working with Foreign Function Interface (FFI) code.
Changelog #
0.1.3-dev.3 #
Replace use of deprecated asExternalTypedData
with asTypedList
.
0.1.3-dev.2 #
Incorporate struct API changes, drop type argument of structs.
0.1.3-dev.1 #
- Adds top-level
allocate<T>()
andfree()
methods which can be used as a replacement for the deprecatedPointer.allocate<T>()
andPointer.free()
members indart:ffi
.
0.1.1+2 #
- Expand readme
0.1.1+1 #
- Fix documentation link
0.1.1 #
- Add basic Utf16 support
0.1.0 #
- Initial release supporting Utf8