assembly-fdb 0.1.0

Tools to use an create FDB files
Documentation
1
2
3
4
5
//! # Code for use with `std::io::{Read, Write}`
#[cfg(feature = "io-read")]
pub mod read;
#[cfg(feature = "io-write")]
pub mod write;