clia-rcproxy 2.2.1

A lightweight, fast and powerful Redis Cluster 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')
}