Docs.rs
clientix-core-0.1.10
clientix-core 0.1.10
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
hexvl
Dependencies
base64 ^0.22.1
normal
bytes ^1.10.1
normal
encoding_rs ^0.8.35
normal
futures-core ^0.3.31
normal
futures-util ^0.3.31
normal
http ^1.3.1
normal
reqwest ^0.12.23
normal
serde ^1.0.219
normal
serde-xml-rs ^0.8.1
normal
serde_json ^1.0.143
normal
serde_urlencoded ^0.7.1
normal
strfmt ^0.2.5
normal
thiserror ^2.0.16
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
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
Module asynchronous
clientix_
core
0.1.10
Module asynchronous
Module Items
Modules
Structs
Traits
In clientix_
core::
client
clientix_core
::
client
Module
asynchronous
Copy item path
Source
Re-exports
§
pub use
client
::*;
pub use
request
::*;
pub use
response
::*;
Modules
§
buf
Utilities for working with buffers.
client
request
response
stream
Structs
§
Bytes
A cheaply cloneable and sliceable chunk of contiguous memory.
Bytes
Mut
A unique reference to a contiguous slice of memory.
TryGet
Error
Error type for the
try_get_
methods of
Buf
. Indicates that there were not enough remaining bytes in the buffer while attempting to get a value from a
Buf
with one of the
try_get_
methods.
Traits
§
Buf
Read bytes from a buffer.
BufMut
A trait for values that provide sequential write access to bytes.