tsoracle-core 0.1.4

Sync algorithm core for tsoracle: window allocator, 46/18-bit timestamp packing, monotonicity invariants.
Documentation
//
//  ░▀█▀░█▀▀░█▀█░█▀▄░█▀█░█▀▀░█░░░█▀▀
//  ░░█░░▀▀█░█░█░█▀▄░█▀█░█░░░█░░░█▀▀
//  ░░▀░░▀▀▀░▀▀▀░▀░▀░▀░▀░▀▀▀░▀▀▀░▀▀▀
//
//  tsoracle — Distributed Timestamp Oracle
//
//  Copyright (c) 2026 Prisma Risk
//  Licensed under the Apache License, Version 2.0
//  https://github.com/prisma-risk/tsoracle
//

//! 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 {}