meos 0.3.0

Rust bindings for MEOS C API
1
2
3
4
5
6
7
8
9
10
mod collection;
pub(crate) use collection::impl_collection;
pub use collection::Collection;

mod span;
pub use span::Span;

mod span_set;
pub(crate) use span_set::impl_iterator;
pub use span_set::SpanSet;