Docs.rs
  • vss-client-0.3.1
    • vss-client 0.3.1
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • G8XSU
    • Dependencies
      • async-trait ^0.1.77 normal
      • base64 ^0.21.7 normal
      • bitcoin ^0.32.2 normal optional
      • bitcoin_hashes ^0.14.0 normal
      • prost ^0.11.6 normal
      • rand ^0.8.5 normal
      • reqwest ^0.11.13 normal
      • serde ^1.0.196 normal optional
      • serde_json ^1.0.113 normal optional
      • tokio ^1 normal
      • url ^2.5.0 normal optional
      • mockito ^0.28.0 dev
      • proptest ^1.1.0 dev
      • tokio ^1.22.0 dev
      • prost-build ^0.11.3 build
      • reqwest ^0.11.13 build
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • 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

vss_client0.3.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • client::VssClient
  • headers::FixedHeaders
  • headers::LnurlAuthToJwtProvider
  • types::DeleteObjectRequest
  • types::DeleteObjectResponse
  • types::EncryptionMetadata
  • types::ErrorResponse
  • types::GetObjectRequest
  • types::GetObjectResponse
  • types::KeyValue
  • types::ListKeyVersionsRequest
  • types::ListKeyVersionsResponse
  • types::PlaintextBlob
  • types::PutObjectRequest
  • types::PutObjectResponse
  • types::Storable
  • util::key_obfuscator::KeyObfuscator
  • util::retry::ExponentialBackoffRetryPolicy
  • util::retry::FilteredRetryPolicy
  • util::retry::JitteredRetryPolicy
  • util::retry::MaxAttemptsRetryPolicy
  • util::retry::MaxTotalDelayRetryPolicy
  • util::retry::RetryContext
  • util::storable_builder::StorableBuilder

Enums

  • error::VssError
  • headers::VssHeaderProviderError
  • types::ErrorCode

Traits

  • headers::VssHeaderProvider
  • util::retry::RetryPolicy
  • util::storable_builder::EntropySource

Functions

  • util::retry::retry