Docs.rs
postgres-protocol-0.6.5
postgres-protocol 0.6.5
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
sfackler
Dependencies
base64 ^0.21
normal
byteorder ^1.0
normal
bytes ^1.0
normal
fallible-iterator ^0.2
normal
hmac ^0.12
normal
md-5 ^0.10
normal
memchr ^2.0
normal
rand ^0.8
normal
sha2 ^0.10
normal
stringprep ^0.1
normal
Versions
100%
of the crate is documented
Go to latest version
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
☰
In postgres_protocol::types
Structs
Array
ArrayDimension
ArrayDimensions
ArrayValues
Box
HstoreEntries
Inet
Path
PathPoints
Point
Varbit
Enums
Range
RangeBound
Functions
array_from_sql
array_to_sql
bool_from_sql
bool_to_sql
box_from_sql
box_to_sql
bytea_from_sql
bytea_to_sql
char_from_sql
char_to_sql
date_from_sql
date_to_sql
empty_range_to_sql
float4_from_sql
float4_to_sql
float8_from_sql
float8_to_sql
hstore_from_sql
hstore_to_sql
inet_from_sql
inet_to_sql
int2_from_sql
int2_to_sql
int4_from_sql
int4_to_sql
int8_from_sql
int8_to_sql
lquery_from_sql
lquery_to_sql
lsn_from_sql
lsn_to_sql
ltree_from_sql
ltree_to_sql
ltxtquery_from_sql
ltxtquery_to_sql
macaddr_from_sql
macaddr_to_sql
oid_from_sql
oid_to_sql
path_from_sql
path_to_sql
point_from_sql
point_to_sql
range_from_sql
range_to_sql
text_from_sql
text_to_sql
time_from_sql
time_to_sql
timestamp_from_sql
timestamp_to_sql
uuid_from_sql
uuid_to_sql
varbit_from_sql
varbit_to_sql
?
Function
postgres_protocol
::
types
::
int8_to_sql
source
·
[
−
]
pub fn int8_to_sql(v:
i64
, buf: &mut
BytesMut
)
Expand description
Serializes an
INT8
value.