//! REST API client backend for BoxLite.
//!//! Provides a REST-based `RuntimeBackend` and `BoxBackend` implementation
//! that delegates all operations to a remote BoxLite REST API server.
//!//! Enabled with the `rest` feature flag.
pub(crate)modclient;pub(crate)moderror;modexec;pub(crate)modlitebox;pubmodoptions;pub(crate)modruntime;pub(crate)modtypes;