1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#![feature(allocator_api)]
#[macro_use] mod imports; use imports::*;
x!{allocators_secure}
x!{allocators_zeroafterfree}
x!{cleanse}
x!{events}
x!{lockedpool}
x!{getuniquepath}
pub struct Signal<T> { p: std::marker::PhantomData<T> }
pub trait GetName {
fn get_name(&self) -> &'static str;
}