/rs-tchread

Read a Tokyo Cabinet Hashed Database file

Primary LanguageRust

rs-tchread

A reader for tokyo cabinet hash database file, implemented in rust.

usage

$ cargo build --release
$ ./target/release/rs-tchread help
$ ./target/release/rs-tchread list --pv casket.tch

caveat

This library only supports hash databases and does not support modifying a database. It also does not support locks and should not read online databases.

tokyocabinet installed with apt on debian or ubuntu is broken. To read database files created with these binaries, you'll use the --bigendian option.