refactor aquatic_udp_protocol, notably make converters trait fns

This commit is contained in:
Joakim Frostegård 2020-08-02 01:23:11 +02:00
parent 2cf161469f
commit ea6a4c2635
19 changed files with 774 additions and 809 deletions

View file

@ -44,7 +44,6 @@
* handle errors similarily to aquatic_ws, including errors in socket workers
and using log crate
* More tests?
* Protocol crate: converter functions should be trait functions
# Not important