memcache-proto
Memcache ASCII and binary protocol parser and encoder.
A standalone, zero-copy protocol implementation with no runtime dependencies.
Features
- ASCII protocol — text-based memcache protocol (enabled by default)
- Binary protocol — binary memcache protocol via the
binaryfeature flag - Streaming parser for incremental protocol decoding
Usage
[]
= "0.0.1"
# With binary protocol support:
= { = "0.0.1", = ["full"] }
License
Licensed under either of Apache License, Version 2.0 or MIT License at your option.