- Adopted
thiserror
andanyhow
.
- Upgraded dependencies.
- The socket stream moves to
on_socket_accept
and splits in reader and writer and these are used locally from there to process the incoming message.
- Adds tokio to deal with the async nature of the service.
- Adds support for command line arguments to set which address to bind and port to listen on.
- Addds CHANGES.md
- Using XXHash algorithm for performance optimization https://github.com/Cyan4973/xxHash/wiki/Performance-comparison
- Adds UnixSocket support.
- Adds conveniences to produce benchmarks.