Docs.rs
  • tea-codec-0.1.1
    • tea-codec 0.1.1
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • crates.io
    • Source
    • Owners
    • AlseinX
    • kevingzhang
    • Dependencies
      • log ^0.4.8 normal
      • rmp-serde ^0.14.3 normal
      • serde ^1.0.105 normal
      • serde_bytes ^0.11.3 normal
      • serde_derive ^1.0.105 normal
      • serde_json ^1.0.50 normal
      • base64 ^0.12.0 dev
      • serde_json ^1.0.50 dev
      • structopt ^0.3.12 dev
    • Versions
    • 40.66% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

tea_codec0.1.1

Crate Items

  • Structs
  • Constants
  • Functions

List of all items

Structs

  • keyvalue::AddRequest
  • keyvalue::AddResponse
  • keyvalue::DelRequest
  • keyvalue::DelResponse
  • keyvalue::GetRequest
  • keyvalue::GetResponse
  • keyvalue::KeyExistsQuery
  • keyvalue::KeyVecGetQuery
  • keyvalue::KeyVecGetResponse
  • keyvalue::KeyVecInsertQuery
  • keyvalue::KeyVecInsertResponse
  • keyvalue::KeyVecTailOffQuery
  • keyvalue::KeyVecTailOffResponse
  • keyvalue::ListClearRequest
  • keyvalue::ListDelItemRequest
  • keyvalue::ListPushRequest
  • keyvalue::ListRangeRequest
  • keyvalue::ListRangeResponse
  • keyvalue::ListResponse
  • keyvalue::SetAddRequest
  • keyvalue::SetIntersectionRequest
  • keyvalue::SetOperationResponse
  • keyvalue::SetQueryRequest
  • keyvalue::SetQueryResponse
  • keyvalue::SetRemoveRequest
  • keyvalue::SetRequest
  • keyvalue::SetResponse
  • keyvalue::SetUnionRequest

Functions

  • deserialize
  • serialize

Constants

  • VERSION
  • keyvalue::OP_ADD
  • keyvalue::OP_CLEAR
  • keyvalue::OP_DEL
  • keyvalue::OP_GET
  • keyvalue::OP_KEYVEC_GET
  • keyvalue::OP_KEYVEC_INSERT
  • keyvalue::OP_KEYVEC_TAILOFF
  • keyvalue::OP_KEY_EXISTS
  • keyvalue::OP_LIST_DEL
  • keyvalue::OP_PUSH
  • keyvalue::OP_RANGE
  • keyvalue::OP_SET
  • keyvalue::OP_SET_ADD
  • keyvalue::OP_SET_INTERSECT
  • keyvalue::OP_SET_QUERY
  • keyvalue::OP_SET_REMOVE
  • keyvalue::OP_SET_UNION