tmontaigu / dbase-rs

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

Make 'Date's const-constructable #47

Closed theCapypara closed 1 year ago

theCapypara commented 1 year ago

This small change makes Dates new function be callable in const contexts. This is useful when writing tests or in other contexts where record data may be statically created.

tmontaigu commented 1 year ago

Thanks