memcache-proto 0.0.1

Memcache ASCII and binary protocol parser and encoder
Documentation
  • Coverage
  • 54.68%
    76 out of 139 items documented1 out of 1 items with examples
  • Size
  • Source code size: 307.28 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 7.06 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 21s Average build duration of successful builds.
  • all releases: 21s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • ringline-rs/memcache-proto
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • brayniac

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 binary feature flag
  • Streaming parser for incremental protocol decoding

Usage

[dependencies]
memcache-proto = "0.0.1"

# With binary protocol support:
memcache-proto = { version = "0.0.1", features = ["full"] }

License

Licensed under either of Apache License, Version 2.0 or MIT License at your option.