Crate cdxlib[−][src]
Expand description
Tools for text file manipulation
Modules
Handles conversion between named column sets and lists of column numbers Also helps with selecting those columns from a line of text
Tools for comparing lines and fields
Tools for sorting text files
Macros
Shorthand for returning an error Result
Structs
pointers into a vector, simulating a slice without the ownership issues
Input file. Wrapped in a type so I can ‘impl Debug’
File reader for text file broken into lines with columns previous N lines are stil available
File reader for text file broken into lines with columns
A line of a text file, broken into columns.
Access to the lines and parts is allowed, but should seldom be necessary
line does not include the trailing newline
An empty line contains one empty column
Iterator over the columns in a TextLine
Enums
Various errors
Functions
Make an Infile from a file name
Make an Outfile from a file name
Type Definitions
Result type for cdxlib