# 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
```