- Generalize hierarchy from reader and writer - Dictionary-like access for state and line
0.4.0
New features:
- Key abstraction not needed anymore - Read and write data file in customized hierarchy
0.3.0
New features:
- Object-oriented abstraction of key, value, line, file, reader and writer
0.2.0
New features:
- Filter lines of a file - Split by regular expression - Read with evolving states (monadic?) - Sort by key or value - Customize to_string methods
0.1.0
Features:
- Select key and values to read - Read multiple files - Simple map and reduce (by key) in one file or across multiple files - Select key and values to write