burn-remote 0.21.0

Backend router decorator over the network.
Documentation
1
2
3
4
5
6
7
mod task;

#[allow(unused_imports)]
pub(crate) use task::*;

/// We define the communication protocol here
pub(crate) type RemoteProtocol = burn_communication::websocket::WebSocket;