bach 0.1.0

Discrete-event simulation environment for async workflows
Documentation
1
2
3
4
fn main() {
    let ac = autocfg::new();
    ac.emit_path_cfg("core::task::Waker::data", "feature_waker_data");
}