csvpp 0.5.1

Compile csv++ 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;
}