Docs.rs
spiffe-rs-0.1.1
spiffe-rs 0.1.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
script3r
Dependencies
base64 ^0.22
normal
hyper ^0.14
normal
oid-registry ^0.7
normal
p256 ^0.13
normal
p384 ^0.13
normal
p521 ^0.13
normal
pem ^3
normal
pkcs8 ^0.10
normal
prost ^0.12
normal
prost-types ^0.12
normal
rsa ^0.9
normal
rustls ^0.21
normal
rustls-native-certs ^0.7
normal
serde ^1
normal
serde_json ^1
normal
sha2 ^0.10
normal
thiserror ^1
normal
tokio ^1
normal
tokio-rustls ^0.24
normal
tokio-stream ^0.1
normal
tokio-util ^0.7
normal
tonic ^0.11
normal
tower ^0.4
normal
url ^2
normal
x509-parser ^0.16
normal
rand ^0.8
dev
protoc-bin-vendored ^3
build
tonic-build ^0.11
build
Versions
58.14%
of the crate is documented
Platform
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
Backoff
spiffe_
rs
0.1.1
Backoff
Required Methods
next
reset
Implementors
In spiffe_
rs::
workloadapi
spiffe_rs
::
workloadapi
Trait
Backoff
Copy item path
Source
pub trait Backoff:
Send
{ // Required methods fn
next
(&mut self) ->
Duration
;
fn
reset
(&mut self); }
Required Methods
§
Source
fn
next
(&mut self) ->
Duration
Source
fn
reset
(&mut self)
Implementors
§