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.
- Host: GitHub
- URL: https://github.com/tmontaigu/dbase-rs
- Owner: tmontaigu
- License: mit
- Created: 2019-01-13T23:14:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T19:15:30.000Z (over 1 year ago)
- Last Synced: 2025-05-13T23:42:21.082Z (about 1 year ago)
- Topics: rust
- Language: Rust
- Homepage:
- Size: 328 KB
- Stars: 31
- Watchers: 2
- Forks: 35
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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.