domi-server 0.1.0

DOMicile live-server library (Phase 2c).
1
2
3
4
5
6
7
8
9
//! DOMicile live-server library.
//! See `events` for the v2 protocol event writer.
//! See `serve` for HTTP primitives (banner, file serving, watcher).
//! See `http` for the binary's axum + tokio layer (Phase 2c-γ).

pub mod events;
pub mod http;
pub mod serve;
pub mod tools;