ctcore 0.2.0

Precision tools for the CTfile family of file formats.
Documentation
1
2
3
4
5
6
#[derive(Debug, PartialEq)]
pub enum Eol {
    Cr,
    Lf,
    Rs,
}