Re-exports§
pub use client::Client;
pub use client::ClientSettings;
pub use client::DeviceType;
Modules§
- Bitwarden SDK Client
- error 🔒Errors that can occur when using this SDK
- This module contains the definition for the key identifiers used by the rest of the crates. Any code that needs to interact with the KeyStore should use these types.
- Platform code
- util 🔒
Macros§
- 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§
- Allocator wrapper that zeros on free
Enums§
- Deprecated, use a domain specific Error instead
Constants§
- Export namespace metadata.