Skip to main content

hindsight/api/
mod.rs

1//! API layer for web dashboard
2//!
3//! Provides JSON-serializable response types and formatting utilities
4//! that are independent of terminal rendering.
5
6pub mod formatting;
7pub mod responses;