meos 0.3.0

Rust bindings for MEOS C API
1
2
3
4
use crate::collections::base::SpanSet;

/// You shouldn't probably implement this trait yourself, it's just to run some functions in both `IntSpanSet` and `FloatSpanSet`
pub trait NumberSpanSet: SpanSet {}