blueprint-context-derive 0.2.0-alpha.5

Procedural macros for deriving Context Extension traits from blueprint-sdk
Documentation
1
2
3
4
5
6
use blueprint_context_derive::KeystoreContext;

#[derive(KeystoreContext)]
struct MyContext;

fn main() {}