mirror of
https://github.com/arampoire/nut-rs.git
synced 2025-12-01 00:30:23 -05:00
WIP clientbound
This commit is contained in:
parent
dab761acb7
commit
50b2d3190e
2 changed files with 40 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
/// Client-bound protocol implementation.
|
||||
///
|
||||
/// "Client-bound" implies commands RECEIVED and DECODED by the client. The server implementation
|
||||
/// must use the same messages to ENCODE and SEND.
|
||||
pub mod client;
|
||||
/// Server-bound protocol implementation.
|
||||
///
|
||||
/// "Server-bound" implies commands RECEIVED and DECODED by the server. The client implementation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue