boardwalk 0.1.0

Hypermedia server framework with reverse-tunnel federation
Documentation
1
2
3
4
5
6
7
8
//! `boardwalk` is the façade crate. Most users start here.

#![forbid(unsafe_code)]

pub use boardwalk_core::{Device, DeviceConfig, DeviceError, TransitionInput};
pub use boardwalk_http::{App, AppError, DeviceProxy, Scout, ScoutCtx, ServerHandle};
pub use boardwalk_macros::{device, transition};
pub use boardwalk_server::Boardwalk;