Expand description
CRAM index.
Re-exports§
pub use self::record::Record;
pub use self::fs::read;
pub use self::fs::write;
pub use self::io::Reader;
pub use self::io::Writer;
pub use self::async::io::Reader as AsyncReader;
pub use self::async::io::Writer as AsyncWriter;
Modules§
- async
- Async CRAM index.
- fs
- CRAM index filesystem operations.
- io
- CRAM index I/O.
- record
- CRAM index record and fields.
Type Aliases§
- Index
- A CRAM index.