assembly-data 0.1.0

Database module for the assembly crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# assembly-data

This crate contains the database related file formats of the
[assembly](https://crates.io/crates/assembly) library.

## Example Tools

Load the table from the database file and print all rows corresponding to the given key:

```sh
$ cargo run --example fdb-index DB-FILE TABLE KEY
```