kvarn_utils

Module prelude

source
Expand description

The prelude for common web application utilities.

This should contains the most commonly used items in std, [http], log, and [bytes]. It also exports all the items in crate.

Re-exports§

Modules§

  • Utilities for comparing and ordering values.
  • Utilities for formatting and printing Strings.
  • 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