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
☰
redis_module
Modules
alloc
error
logging
native_types
raw
rediserror
redisraw
redisvalue
Macros
redis_command
redis_module
Structs
Context
RedisBuffer
RedisString
Enums
LogLevel
Constants
REDIS_OK
TYPE_METHOD_VERSION
Traits
NextArg
Functions
parse_float
parse_integer
parse_unsigned_integer
Type Definitions
RedisResult
Crates
redis_module
ayu
dark
light
?
[
−
]
[src]
Function
redis_module
::
parse_integer
pub fn parse_integer(arg: &
str
) ->
Result
<
i64
,
RedisError
>