Docs.rs
xapi-shared-0.0.1
xapi-shared 0.0.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
5u4
Dependencies
anyhow ^1.0.98
normal
async-trait ^0.1.80
normal
chrono ^0.4.41
normal
ezsockets ^0.7.0
normal
governor ^0.10.0
normal
http ^1.3.1
normal
reqwest ^0.12.22
normal
serde ^1.0.219
normal
serde_json ^1.0.141
normal
serde_urlencoded ^0.7.1
normal
thiserror ^2.0.12
normal
tokio ^1.46.1
normal
tokio-util ^0.7.15
normal
tracing ^0.1.41
normal
typed-builder ^0.21.0
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
xapi_
shared
0.0.1
Shared
Signer
Trait
Required Methods
sign_request
Implementors
In xapi_
shared::
signer
xapi_shared
::
signer
Trait
SharedSignerTrait
Copy item path
Source
pub trait SharedSignerTrait { // Required method fn
sign_request
(&self, request: &mut
Request
); }
Required Methods
§
Source
fn
sign_request
(&self, request: &mut
Request
)
Implementors
§