Adding ece_native library as a dependency
Run this command in a terminal, in your project's directory:
cargo add ece-native
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
ece-native = "0.4.0"
The ece_native library will be automatically available globally.
Read the ece_native library documentation.
Back to the crate overview.