dart-sys
Bindings to dart FFI.
Crate version corresponds to Dart SDK release
How-to update to new SDK version
- Update
versioninCargo.tomlto be equal to desired version of SDK - Run
cargo build --features download-sources,build-bindings - Optionally run
rustfmt src/lib.rsto make it pretty - Commit and publish