A Rust library for creating a protocol-agnostic request-response TCP server.
Go to file
Ben Bridle ccd4da433b Make the TcpServer work with bytes instead of strings
This makes it possible to implement byte-based protocols using TcpServer, instead of only being able to implement string-based protocols.
2021-08-07 14:20:59 +12:00
src Make the TcpServer work with bytes instead of strings 2021-08-07 14:20:59 +12:00
.gitignore Initial commit 2021-08-07 13:59:11 +12:00
Cargo.lock Initial commit 2021-08-07 13:59:11 +12:00
Cargo.toml Initial commit 2021-08-07 13:59:11 +12:00