nativeshell_core 0.1.0 nativeshell_core: ^0.1.0 copied to clipboard
Dart interface to NativeShell Core
Dart interface to NativeShell Core, a Rust/FFI implementation of message channel.
Features #
- High performance message channel implementation
- Sending binary from Rust to Dart is zero copy
- Sending binary data from Dart to Rust only requires one copy
- Support for finalizable handles (Rust code can get notified when Dart objects get garbage collected)
Getting started #
TODO(knopp)
Usage #
TODO(knopp)
Additional information #
Currently used by super_native_extensions.