cindex 0.5.2

CSV indexing library
Documentation
1
2
3
4
5
use cindex::CIndexResult;

fn main() -> CIndexResult<()> {
    Ok(())
}