open_coroutine_hook/syscall/
mod.rs

1#[cfg(unix)]
2pub mod unix;
3
4#[allow(non_snake_case)]
5#[cfg(windows)]
6pub mod windows;