Module noodles_cram::crai
source · Expand description
CRAM index.
Re-exports§
pub use self::record::Record;
pub use self::async::Reader as AsyncReader;
pub use self::async::Writer as AsyncWriter;
Modules§
- Async CRAM index I/O.
- CRAM index record and fields.
Structs§
- A CRAM index reader.
- A CRAM index writer.
Functions§
- Reads the entire contents of a CRAM index.
- Writes a CRAM index to a file.
Type Aliases§
- A CRAM index.