meos 0.3.0

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

/// You shouldn't probably implement this trait yourself, it's just to run some functions in both `IntSpan` and `FloatSpan`
pub trait NumberSpan: Span {}