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
12
13
14
15
## Development releases

### 0.2.0 (Sep, 2024)
- Added the ability automatically support deriving `ReadFixed` on types with `Option<T>` 
fields when a field of type `T` is supported
- Fixed a number of broken doc links
- Build and deploy tooling improvements

### 0.1.1 (Aug, 2024)
- Fixed a docsrs build error
- Made some read/write error messages more generic
- Updated documentation

### 0.1.0 (Aug, 2024)
- Initial release