jean_io 0.1.0

I/O library feature for jean
Documentation
1
2
3
4
5
6
7
use jean_core::sequence::Sequence;

#[derive(Debug, Clone)]
pub struct Entry {
  pub metadata: String,
  pub sequence: Sequence,
}