Sebastian Dröge
|
88760b8b59
|
Fix various clippy warnings
|
5 years ago |
Artem Vorotnikov
|
cbf80ecc76
|
Edition 2018, formatting, clippy fixes
|
6 years ago |
Daniel Abramov
|
c8c3d6290d
|
Make `Close` part of the `Message` enum
|
6 years ago |
Evan Schwartz
|
da85989934
|
feat: impl Into<Vec<u8>> for Message
|
7 years ago |
Alexey Galakhov
|
20242d19f7
|
config: protocol: add message size limiting
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
|
7 years ago |
Sean Schwartz
|
66d2c15f2d
|
Derive Debugs
Deny missing debug and resolve resulting errors to satisfy:
https://rust-lang-nursery.github.io/api-guidelines/debuggability.html#all-public-types-implement-debug-c-debug
Requires updated input_buffer pushed to crates.io:
- Resolved build errors by using github version of code until new version available on crates.io
Upgrade env_logger dev-dependency to v0.5.3
- Removed unwrap call from env_logger::init() as it is no longer needed.
|
7 years ago |
Alex Crichton
|
9f6f42766e
|
Add `Ping` and `Pong` variants to `Message`
This'll allow removal/deprecation of the `send_ping` custom method but also
allow applications to react to `Pong` messages as appropriate.
Closes #16
|
8 years ago |
Alexey Galakhov
|
b057cf0096
|
Update for the version 0.7 of the utf8 crate.
Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
|
8 years ago |
Alexey Galakhov
|
de1fb673b2
|
error: correct UTF-8 error handling
|
8 years ago |
Alexey Galakhov
|
e63f594a14
|
Initial commit, mostly working client
|
8 years ago |