gadget-sdk 0.6.2

SDK for building Blueprints and gadget on Tangle Network
Documentation
1
2
3
4
5
6
7
mod shared;
#[cfg(feature = "std")]
mod standard;

pub use shared::*;
#[cfg(feature = "std")]
pub use standard::*;