rusty_ffi.dart icon indicating copy to clipboard operation
rusty_ffi.dart copied to clipboard

A minimalist audio cli app to illustrate how to use Rust code in Dart using FFI

A minimalist audio cli app to illustrate how to use Rust code in Dart using FFI

Prerequistes

Getting started

  • cargo build
  • dart bin/main.dart

TODOs:

  • refactor to lib
  • Makefiles
  • Travis CI