Install
The Rust SDK is the Rust implementation of the SDK specifications.
It leverages procedural macros to be embedded as seamlessly as possible in a codebase.
Rust target
- Add rust compilation target for
wasm32-unknown-unknown
.
Cargo file
- Configure Cargo.toml with
crate-type = ["cdylib"]
- Add
holium-rs-sdk
as a dependency.