We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2ba621 commit 300ab23Copy full SHA for 300ab23
src/lib.rs
@@ -1,9 +1,5 @@
1
#![forbid(unsafe_code, missing_docs)]
2
#![cfg_attr(test, deny(warnings))]
3
-// TODO compact encoding currently has no way to encode/decode`std::net::SocketAddr` because it
4
-// could contain a ipv4 OR an ipv6 address and the current ipv4 encoding has no way for it to
5
-// distinguish itself.
6
-// So should this be a panic?
7
//! # Series of compact encoding schemes for building small and fast parsers and serializers
8
//!
9
//! Binary compatible with the
0 commit comments