Docs.rs
postgres-protocol-0.2.0
postgres-protocol 0.2.0
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
sfackler
Dependencies
fallible-iterator ^0.1
hex ^0.2
memchr ^0.1
md5 ^0.2
byteorder ^0.5
Versions
Go to latest version
Platform
i686-apple-darwin
i686-pc-windows-gnu
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-gnu
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
postgres_protocol
::
message
::
frontend
Enums
BindError
Message
Functions
bind
cancel_request
close
copy_data
copy_done
copy_fail
describe
execute
parse
password_message
query
ssl_request
startup_message
sync
terminate
Function
postgres_protocol
::
message
::
frontend
::
query
[
−
]
[src]
pub fn query(query: &
str
, buf: &mut
Vec
<
u8
>) ->
Result
<
()
>