tmontaigu / dbase-rs

Rust library to read & write dBase files.
MIT License
29 stars 30 forks source link

Parse option fields with none #31

Closed IkeLutra closed 2 years ago

IkeLutra commented 2 years ago

This resolves #30 .

Skips fields when encountering None values which allows structs with Optional fields to be parsed correctly.

Let me know if you want me to change anything

Thanks for this package it has been super useful.

tmontaigu commented 2 years ago

Thanks