burn-remote 0.21.0-pre.4

Backend router decorator over the network.
Documentation
1
2
3
4
5
6
7
pub(crate) mod processor;
pub(crate) mod session;
pub(crate) mod stream;

mod base;

pub use base::{start_websocket, start_websocket_async};