Crate bitwarden_core

Source

Re-exports§

pub use client::Client;
pub use client::ClientSettings;
pub use client::DeviceType;

Modules§

auth
client
Bitwarden SDK Client

Macros§

require
This macro is used to require that a value is present or return an error otherwise. It is equivalent to using val.ok_or(Error::MissingFields)?, but easier to use and with a more descriptive error message. Note that this macro will return early from the function if the value is not present.

Structs§

MissingFieldError
VaultLocked
ZeroizingAllocator
Custom allocator that zeroizes memory before deallocating it

Enums§

Error

Functions§

validate_only_whitespaces