starweaver-stream 0.10.0

Typed raw execution, display, and replay stream contracts for Starweaver
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Starweaver display message protocol and AGUI projection helpers.

mod custom;
mod projector;
mod types;

pub use projector::DefaultDisplayMessageProjector;
pub use types::{
    DisplayMessage, DisplayMessageKind, DisplayMessageProjector, DisplayProjectionContext,
    DisplayVisibility,
};