binary_interop 0.0.11 binary_interop: ^0.0.11 copied to clipboard
Binary interop is a library that allows load shared libraries, invoke their functions and get access to their data.
0.0.11 #
- Added support for macro processing
0.0.10 #
- Added parameter
lazy
toDynamicLibrary.load
. It is turned on by default. This feature allows declare very big number of exported functions in libraries. These libraries will be loaded very fast and they will not consume an additional unmanaged memory on the unused declared functions.
0.0.9 #
- Made adaptations to the changes in package
binary_types
0.0.8 #
- From now the test are performed on a
multi-platform
wrapper over the C languagelibc
. Thanks to the toolbinary generator
0.0.5 #
- Made adaptations to the new version of package
binary_types
- Made adaptations to the new version of package
unsafe_extension
0.0.4 #
- Added possibility declare functions using textual form
0.0.3 #
- Added test of the variadic function
- Removed an unnecessary allocation of values in instantiation of the variadic foreign function. Variadic function always re-allocates them on each invocation
- Removed unused class
_FfiTypes
- Renamed method
exec
toinvoke
inForeignFunction
0.0.2 #
- Make available the source code
0.0.1 #
- Initial release