tsoracle-core 0.1.1

Sync algorithm core for tsoracle: window allocator, 46/18-bit timestamp packing, monotonicity invariants.
Documentation
1
2
3
4
5
6
7
8
//! Long-form documentation for tsoracle-core.
//!
//! See the [tsoracle guide] for the project-wide hub.
//!
//! [tsoracle guide]: https://docs.rs/tsoracle-server/latest/tsoracle_server/docs/

#[doc = include_str!("algorithm.md")]
pub mod algorithm {}