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: Expected values for align are "left", "right", or "full".
 --> tests/ui/attr_bad_align.rs:5:33
  |
5 |     #[fixcol(width = 5, align = "backwards")]
  |                                 ^^^^^^^^^^^