Module meta

Module meta 

Source
Expand description

Meta protocol parser and types for memcached meta commands.

Meta commands use two-letter prefixes (mg, ms, md, ma, mn, me) and a flag-based system. This module contains the pure parser and types; runtime handlers live in ascii.rs alongside the classic ASCII handlers.