Docs.rs
redis-module-0.11.0
redis-module 0.11.0
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
gkorland
gavrie
redisfab
Dependencies
bitflags ^1.2
normal
enum-primitive-derive ^0.1
normal
libc ^0.2
normal
num-traits ^0.2
normal
strum_macros ^0.19
normal
bindgen ^0.54
build
cc ^1.0
build
Versions
3.68%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
☰
Type Definition RedisResult
redis_module
?
[
−
]
[src]
Type Definition
redis_module
::
RedisResult
type RedisResult =
Result
<
RedisValue
,
RedisError
>;