hooks 2.0.0-alpha

Compile-time, async hooks
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod effect_cleanup;
mod hook;
mod hook_on_next_poll;
mod hook_once;

pub use effect_cleanup::*;
pub use hook::*;
pub use hook_on_next_poll::*;
pub use hook_once::*;

mod inner;