jean_io 0.1.0

I/O library feature for jean
Documentation
1
2
3
4
5
use std::collections::BTreeMap;

pub trait Sequences<T> {
  fn sequences(&self) -> BTreeMap<String, jean_core::sequence::Sequence>;
}