fixcol 0.2.0

A library for reading and writing fixed width / column delimited data files.
Documentation
1
2
3
4
5
error: fixcol-derive error: Did not expect fixcol attribute on embedded enum variant
  --> tests/ui/enum_bad_embed.rs:13:14
   |
13 |     Thing1(#[fixcol(width = 5)] u16),
   |              ^^^^^^