Docs.rs
  • bitwarden-vault-1.0.0
    • bitwarden-vault 1.0.0
    • Permalink
    • Docs.rs crate page
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • bitwarden-devops-bot
    • Dependencies
      • base64 >=0.22.1, <0.23 normal
      • bitwarden-api-api =1.0.0 normal
      • bitwarden-core =1.0.0 normal
      • bitwarden-crypto =1.0.0 normal
      • chrono >=0.4.26, <0.5 normal
      • hmac >=0.12.1, <0.13 normal
      • rand >=0.8.5, <0.9 normal
      • reqwest >=0.12.5, <0.13 normal
      • schemars >=0.8.9, <0.9 normal
      • serde >=1.0, <2.0 normal
      • serde_json >=1.0.96, <2.0 normal
      • serde_repr >=0.1.12, <0.2 normal
      • sha1 >=0.10.5, <0.11 normal
      • sha2 >=0.10.6, <0.11 normal
      • thiserror >=1.0.40, <2.0 normal
      • uniffi =0.28.1 normal optional
      • uuid >=1.3.3, <2.0 normal
      • tokio ^1.36.0 dev
    • Versions
    • 5.49% 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

bitwarden_vault1.0.0

  • All Items

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

Crate bitwarden_vault

Source

Structs§

Attachment
AttachmentEncryptResult
AttachmentFile
AttachmentFileView
AttachmentView
Cipher
CipherListView
CipherView
ClientVault
Collection
CollectionView
Fido2Credential
Fido2CredentialFullView
Fido2CredentialNewView
Fido2CredentialView
FieldView
Folder
FolderView
GlobalDomains
Login
LoginUriView
LoginView
PasswordHistory
PasswordHistoryView
SyncRequest
SyncResponse
TotpResponse

Enums§

CipherError
CipherRepromptType
CipherType
SecureNoteType
TotpError
VaultParseError

Traits§

ClientVaultExt

Functions§

generate_totp
Generate a OATH or RFC 6238 TOTP code from a provided key.
generate_totp_cipher_view
Generate a OATH or RFC 6238 TOTP code from a provided CipherListView.