sark-core 0.8.3

the L7 layer for dope
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod error;
pub mod http;
pub mod simd;
pub mod test_util;
pub mod utils;

#[inline]
pub fn identity_mut<T>(x: &mut T) -> &mut T {
    x
}