Crate rwarden[][src]

Re-exports

pub use rwarden_crypto as crypto;

Modules

Module for account resources.

Module for caches.

Module for cipher resources.

Module for collection resources.

Module for folder resources.

Module for responses returned from the Bitwarden API.

Module for settings.

Module for synchronization.

Structs

An access token and its expiry time.

A client used for logging in and registering users.

A client used for interacting with the Bitwarden API.

Data used for performing logins.

Data used for registering a user.

Struct for specifying the URLs of API endpoints.

Enums

The type of a device.

Errors that can occur while interacting with the Bitwarden API.

Error type for requests and server responses.

The provider for two factor authentication.

Traits

Type Definitions

Type alias for Result<TOk, Error<TCacheError>>.