Bump incremental version after adding allocation routines. (#9)

* Bump incremental version after adding allocation routines.

* Changelog

* versions
2 files changed
tree: 26245d8f575a0db5c9ec449747322586e2ba71f0
  1. lib/
  2. test/
  3. .gitignore
  4. .travis.yml
  5. analysis_options.yaml
  6. AUTHORS
  7. CHANGELOG.md
  8. LICENSE
  9. pubspec.yaml
  10. README.md
README.md

Build Status

Utilities for working with Foreign Function Interface (FFI) code, incl. converting between Dart strings and C strings encoded with utf8 and utf16.

For additional details about Dart FFI (dart:ffi), see https://dart.dev/guides/libraries/c-interop.