hooks 3.0.0-alpha.15

Compile-time, async hooks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod debug_pointer;
pub mod pin;

mod uninitialized_hook;
pub use uninitialized_hook::*;

mod rc_status;

pub use rc_status::*;

#[cfg(test)]
pub(crate) mod testing;