aster-proxy 1.3.4

A light, fast and powerful cache proxy written in Rust.
Documentation
1
2
3
4
#[inline(always)]
pub fn find_lf_iter(data: &[u8]) -> Option<usize> {
    data.iter().position(|&x| x == b'\n')
}