hypen-engine 0.4.955

A Rust implementation of the Hypen engine
Documentation
1
2
3
4
5
6
7
8
//! Serialization for the Remote UI protocol.
//!
//! The Remote UI protocol allows the Hypen engine to run on a server while
//! a thin client renders the UI. See [`RemoteMessage`] for the wire format.

pub mod remote;

pub use remote::{InitialTree, PatchStream, RemoteMessage};