gamlr/
lib.rs

1#![no_std]
2extern crate alloc;
3extern crate libm;
4
5mod offset_estimator;
6
7pub use offset_estimator::estimate;