fixcol 0.1.0

A library for reading and writing fixed width / column delimited data files.
1
2
3
4
5
6
7
8
9
10
11
error: fixcol-derive error: Cannot derive ReadFixed for unit type
 --> tests/ui/unit_struct.rs:4:8
  |
4 | struct Thing;
  |        ^^^^^

error: fixcol-derive error: Cannot derive WriteFixed for unit structs.
 --> tests/ui/unit_struct.rs:4:8
  |
4 | struct Thing;
  |        ^^^^^