csvpp 0.4.1

Compile csvpp source code to a target spreadsheet format
Documentation
1
2
3
4
pub(crate) trait TokenInput {
    /// The line number where the bad input occurred.
    fn input(&self) -> &str;
}