1 2 3 4 5 6 7
use shadow_rs::ShadowBuilder; fn main() { ShadowBuilder::builder() .build() .expect("shadow init for nyx_space failed"); }