Docs.rs
  • td_proto_rust-0.1.4
    • td_proto_rust 0.1.4
    • Permalink
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • tickbh
    • Dependencies
      • rustc-serialize ^0.3.16 normal
    • Versions
    • 11.85% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

td_proto_rust0.1.4

Module values

Module Items

  • Structs
  • Enums
  • Constants
  • Functions
  • Type Aliases

In crate td_proto_rust

td_proto_rust

Module values

Source

Structs§

  • RpError
    Represents a redis error. For the most part you should be using the Error trait to interact with this rather than the actual struct.

Enums§

  • ErrorKind
    An enum of all error kinds.
  • Value

Constants§

  • STR_TYPE_AFLOAT
  • STR_TYPE_AI8
  • STR_TYPE_AI16
  • STR_TYPE_AI32
  • STR_TYPE_AMAP
  • STR_TYPE_ARAW
  • STR_TYPE_ASTR
  • STR_TYPE_AU8
  • STR_TYPE_AU16
  • STR_TYPE_AU32
  • STR_TYPE_FLOAT
  • STR_TYPE_I8
  • STR_TYPE_I16
  • STR_TYPE_I32
  • STR_TYPE_MAP
  • STR_TYPE_NIL
  • STR_TYPE_RAW
  • STR_TYPE_STR
  • STR_TYPE_U8
  • STR_TYPE_U16
  • STR_TYPE_U32
  • TYPE_AFLOAT
  • TYPE_AI8
  • TYPE_AI16
  • TYPE_AI32
  • TYPE_AMAP
  • TYPE_ARAW
  • TYPE_ASTR
  • TYPE_AU8
  • TYPE_AU16
  • TYPE_AU32
  • TYPE_FLOAT
  • TYPE_I8
  • TYPE_I16
  • TYPE_I32
  • TYPE_MAP
  • TYPE_NIL
  • TYPE_RAW
  • TYPE_STEP
  • TYPE_STR
  • TYPE_U8
  • TYPE_U16
  • TYPE_U32

Functions§

  • get_array_contains_type
  • get_name_by_type
  • get_type_by_name
  • get_type_by_value
  • make_extension_error

Type Aliases§

  • RpResult
    Library generic result type.