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_
rust
0.1.4
Module values
Module Items
Structs
Enums
Constants
Functions
Type Aliases
In crate td_
proto_
rust
td_proto_rust
Module
values
Copy item path
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
§
Error
Kind
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.