[go: up one dir, main page]

dbase 0.0.3

Read .dbf in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "dbase"

version = "0.0.3"

authors = ["tmontaigu <thomas.montaigu@laposte.net>"]

description = "Read .dbf in Rust"

license = "MIT"

readme = "README.md"

keywords = ["dbase", "dbf"]

homepage = "https://github.com/tmontaigu/dbase-rs"

repository = "https://github.com/tmontaigu/dbase-rs"

# edition = "2018"



[dependencies]

byteorder = "1.2.7"