sark-core 0.10.0

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

pub fn identity_mut<T>(x: &mut T) -> &mut T {
    x
}