fixcol 0.2.0

A library for reading and writing fixed width / column delimited data files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: fixcol-derive error: Width must be specified for all fields.
 --> tests/ui/read-write/missing_width_inline.rs:4:12
  |
4 | struct Foo(u64);
  |            ^^^

error: fixcol-derive error: Width must be specified for all fields.
 --> tests/ui/read-write/missing_width_inline.rs:7:12
  |
7 | struct Bar(u64);
  |            ^^^