lb-rs 26.4.13

The rust library for interacting with your lockbook.
Documentation
//! Members of this module comprise the endpoints exposed by the lb crate
//! Members of this module are generally handling concurrency primitives, caches, and pay special
//! attention to the needs of people consuming lb - UI developers and integration engineers.
//! On locking: in general, it is okay to hold a lock for reading a file, but not for multiple files or network I/O

pub mod account;
pub mod activity;
pub mod admin;
pub mod billing;
pub mod debug;
pub mod documents;
pub mod events;
pub mod file;
pub mod import_export;
pub mod integrity;
pub mod keychain;
pub mod lb_id;
pub mod logging;
pub mod path;
pub mod share;
pub mod usage;