blueprint-manager 0.4.0-alpha.2

Tangle Blueprint manager and Runner
1
2
3
4
5
use crate::rt::service::Service;
use blueprint_std::collections::HashMap;

pub type ActiveBlueprints = HashMap<u64, HashMap<u64, Service>>;
pub mod native;