rsvart 0.1.5

A small library for representing genomic variants and regions.
Documentation
1
2
3
4
5
use crate::CoordinateSystem;

pub trait CoordinateSystemed {
    fn coordinate_system(&self) -> CoordinateSystem;
}