Skip to content

Commit 4e8de88

Browse files
committed
docs: link to ref records
1 parent 09c8b20 commit 4e8de88

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/record.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ use super::Result;
55
/// Exposes public methods for accessing internal data.
66
/// Interfaces with the [`bitnuc`] crate for decoding sequences.
77
///
8+
/// Implemented by [`bq::RefRecord`](crate::bq::RefRecord) and [`vbq::RefRecord`](crate::vbq::RefRecord).
9+
///
810
/// Used to interact with [`ParallelProcessor`](crate::ParallelProcessor) for easy parallel processing.
911
pub trait BinseqRecord {
1012
/// Returns the global index of the record.

0 commit comments

Comments
 (0)