tmontaigu / dbase-rs

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

Add support for reading DBF files with custom encodings #37

Closed theCapypara closed 2 years ago

theCapypara commented 2 years ago

This closes #36.

This is a pretty substantial change, since I needed to add a new generic type to pretty much everything related to the Reader, so sadly this is not backwards compatible.

tmontaigu commented 2 years ago

I'll be able to look at it in a few days

tmontaigu commented 2 years ago

Thanks for this