//! Core algorithm for tsoracle.
//!
//! No I/O, no async, no tokio. Runtime-neutral. Property-testable in microseconds.
// Panic policy (see CONTRIBUTING.md). `cfg_attr(not(test), ...)` skips the lint
// for the lib's own unit tests; integration tests are separate compilation units.
pub use ;
pub use ;
pub use Epoch;
pub use ;
pub use testing;