0.2.0 #19
gilzoide
announced in
Announcements
0.2.0
#19
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Added
CFFILibraryHandle.get_globalCFFIType.alloc_arrayto allocate an array of valuesCFFIPointer.duplicate_arrayto duplicate more than one element from a pointer as anCFFIOwnedValueCFFIPointer.get_addressmethod to get the base address of a pointer.Useful to compare pointers by value.
CFFIFunctions as function pointers to struct fields or native function arguments.CFFICallableFunctionclass that wrapsCallableas native function pointers using libffi's closure API.They can be created using
CFFIScope.create_function.CFFIPointer.to_*_arraymethods for copying data from pointers as other types of packed arraysStreamPeerCFFIPointerstream peer that handles a binary data stream from aCFFIPointer.This discussion was created from the release 0.2.0.
Beta Was this translation helpful? Give feedback.
All reactions