//! Rust integration for Chrome extension APIs, providing async wrappers
//! around the `chrome.*` JavaScript interfaces (currently extension storage).
/// Error types produced by the crate.
/// Crate-specific [`Result`](result::Result) alias.
/// Async wrappers around the Chrome extension `storage` API.