1
2
3
4
5
6
7
8
9
10
11
12
13
mod error;
mod event_listener;
mod util;

pub use crate::error::*;

pub mod bookmarks;
pub mod downloads;
pub mod history;
pub mod tabs;

#[cfg(feature = "firefox")]
pub mod contextual_identities;