Crate bitwarden_collections

Source
Expand description

§Bitwarden Collections

Defines the data model for collections both encrypted and decrypted. It also handles conversions between those two states by implementing Encryptable. It also provides Tree struct which allows all structs implementing TreeItem to be represented in a tree structure along with functions to access each node.

Modules§

collection
Module containing the collection data models. It also contains the implementations for Encryptable, TryFrom, and TreeItem
error
Module containing the error types.
tree
Module containing Tree struct that is a tree representation of all structs implementing TreeItem trait. It is made using an index vector to hold the data and another vector to hold the parent child relationships between those nodes.
uniffi_support 🔒

Constants§

UNIFFI_META_CONST_NAMESPACE_BITWARDEN_COLLECTIONS 🔒
Export namespace metadata.