grangers 0.6.0

A rust library for working with genomic ranges and annotations.
1
2
3
4
5
pub mod fasta;
pub mod gtf;
pub use gtf::AttributeMode;
pub use gtf::FeatureType;
pub use gtf::GStruct;