Skip to content

Rust bindings for the dart_api_dl.h API which adds some native interfaces to darts ffi API. Mainly used to create ports between dart and native code called from dart.

License

Notifications You must be signed in to change notification settings

xaynetwork/xayn_dart_api_dl

Repository files navigation

Dart Api Dl

Rust bindings to the dart_api_dl.h interface (which is used with the mechanism provided by the dart:ffi package).

dart-api-dl-sys

The sys bindings to dart_api_dl.h.

dart-api-dl

Safer bindings around dart-api-dl-sys, including:

  • safe auto-dropping creation of CObjects for the various CObject variants
  • thread safe api initialization
  • safe ways to create native ports including a safe abstraction over the native ports message handlers
  • support for externally typed data to avoid unnecessary copies

License

See the NOTICE file.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the this project by you, shall be licensed as Apache-2.0, without any additional terms or conditions.

About

Rust bindings for the dart_api_dl.h API which adds some native interfaces to darts ffi API. Mainly used to create ports between dart and native code called from dart.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published