tmontaigu / dbase-rs

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

Add support for writing file with a given encoding #38

Closed tmontaigu closed 2 years ago

tmontaigu commented 2 years ago
tmontaigu commented 2 years ago

I'm wondering if we should keep the fact that the Encoding used appears as a generic. we should probably hide this and use a Box to keep the api simple.

tmontaigu commented 2 years ago

Gonna do this in another PR