An open API service indexing awesome lists of open source software.

https://github.com/tmontaigu/dbase-rs

Rust library to read & write dBase files.
https://github.com/tmontaigu/dbase-rs

rust

Last synced: about 1 year ago
JSON representation

Rust library to read & write dBase files.

Awesome Lists containing this project

README

          

# dbase-rs

Rust library to read and write .dbf (dBase / FoxPro) files.

Most of the dBase III and FoxPro types can be read and written,
with the exception of the Memo which can only be read
(writing will come in a later release).

If dbase-rs fails to read or write or does something incorrectly, don't hesitate to open an issue.