bufkit-data 0.3.2

A crate to manage an archive of bufkit files.
Documentation

Build Status Build Status

bufkit-data

Crate to manage and interface with an archive of bufkit files.

This is developed originally as a component crate for sonde, but it also supports a set of command line tools for utilizing the archive (not yet on github). In general, it may be useful to anyone interested in archiving bufkit files.

The current implementation uses an sqlite database to keep track of files stored in a common directory. The files are compressed, and so should only be accessed via the api provided by this crate.

License: MIT