GitXplorerGitXplorer
t

dbase-rs

public
31 stars
32 forks
8 issues

Commits

List of commits on branch master.
Verified
f6af9fb837abd4bffd118786834209661bd153da

Add encoding_rs feature to CI set

ttmontaigu committed a month ago
Verified
fa0ef6bfea89c80d8bf8806e8ff681de4cd3e9b0

Reword doc about encoding feature

ttmontaigu committed a month ago
Verified
2f6e96905cfbc4c471522b8734ed3da5d76a6680

Split encoding module

ttmontaigu committed a month ago
Verified
391a95a765cf6fafa9c0b8f68d0bdf3a262153ea

Make encoding_rs optional

ttmontaigu committed a month ago
Verified
4595cc45ea477c452fe01f5d3c3ec60710d4686e

Use encoding_rs to add more character encoding support, including Chinese character encoding, such as GBK

lluo007 committed 2 months ago
Unverified
d0a06a6006cbd3f75bccef86cc21614063759b54

support wasm32-wasi

aalicja-januszkiewicz committed 8 months ago

README

The README file for this repository.

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.