Expand description
Re-exports§
pub use crate::chars;
pub use crate::extensions;
pub use crate::parse;
pub use crate::AsCleanDebug;
pub use crate::WriteableBytes;
pub use bytes;
pub use compact_str;
Modules§
- Utilities for comparing and ordering values.
- Utilities for formatting and printing
String
s. - HTTP header types
- Traits, helpers, and type definitions for core I/O functionality.
- Networking primitives for TCP/UDP communication.
- Utilities for the
str
primitive type. - URI component of request and response lines
Macros§
- Convenience macro to create a
Bytes
from multiple&[u8]
sources. - Logs a message at the debug level.
- Logs a message at the error level.
- Creates a
CompactString
using interpolation of runtime expressions. - Logs a message at the info level.
- The