Expand readme (#10)

* Fix travis

* Expand readme
3 files changed
tree: 7c8be9aaa998e35e31148473efe29e7a4f38b673
  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.