pub use self::blueprint::Blueprint;
pub use self::blueprint::BlueprintsMap;
pub use self::sig::VariantSig;
mod blueprint;
mod ret;
mod shm;
mod sig;
mod standard;
pub static T_SHM: self::shm::SharedMemory<String, String> = self::shm::SharedMemory::new();