Crates.io | dbase |
lib.rs | dbase |
version | 0.5.0 |
source | src |
created_at | 2019-01-20 14:39:27.881349 |
updated_at | 2024-01-02 12:04:17.207074 |
description | Read & Write .dbf in Rust |
homepage | https://github.com/tmontaigu/dbase-rs |
repository | https://github.com/tmontaigu/dbase-rs |
max_upload_size | |
id | 109671 |
size | 403,343 |
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.