Docs.rs
cassandra-protocol-3.3.0
cassandra-protocol 3.3.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
krojew
Dependencies
arc-swap ^1.6.0
normal
bitflags ^2.5.0
normal
bytes ^1.5.0
normal
chrono ^0.4.31
normal
crc32fast ^1.4.0
normal
derivative ^2.2.0
normal
derive_more ^1.0.0
normal
float_eq ^1.0.1
normal
integer-encoding ^4.0.0
normal
itertools ^0.13.0
normal
lz4_flex ^0.11.1
normal
num-bigint ^0.4.1
normal
snap ^1.1.0
normal
thiserror ^1.0.48
normal
time ^0.3.29
normal
uuid ^1.8.0
normal
Versions
46.82%
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
cassandra_
protocol
3.3.0
In cassandra_
protocol::
types
Modules
blob
cassandra_type
data_serialization_types
decimal
duration
from_cdrs
list
map
prelude
rows
tuple
udt
value
vector
Structs
CBytes
CBytesShort
Constants
INT_LEN
LONG_LEN
SHORT_LEN
UUID_LEN
Traits
AsCassandraType
AsRust
AsRustType
ByIndex
ByName
IntoRustByIndex
IntoRustByName
Functions
cursor_next_value
cursor_next_value_ref
from_cursor_string_list
serialize_str
to_bigint
to_float
to_float_big
to_int
to_short
to_u_big
to_u_int
to_u_short
try_f32_from_bytes
try_f64_from_bytes
try_i16_from_bytes
try_i32_from_bytes
try_i64_from_bytes
try_u64_from_bytes
u16_from_bytes
Type Aliases
CInt
CIntShort
CLong
cassandra_protocol
::
types
Function
to_u_int
Copy item path
Settings
Help
Summary
Source
pub fn to_u_int(int:
u32
) ->
Vec
<
u8
>
ⓘ