gffx 0.4.0

An ultra-fast and memory-efficient toolkit for querying GFF files, written with Rust
Documentation
1
2
3
4
5
6
7
pub mod common;
pub mod tree;
pub mod tree_io;
pub mod tree_index;

pub use tree::{Interval, IntervalTree};
pub use tree_index::TreeIndexData;