minutes-core 0.22.0

Core library for minutes — audio capture, transcription, and meeting memory
1
2
3
4
5
6
7
8
9
//! Surface-neutral live-assistance session state.
//!
//! The model in this module is owned by Minutes rather than any one UI or
//! provider. It deliberately separates typed user authority from transcript,
//! screen, and other meeting evidence.

mod session;

pub use session::*;