dkdc-bookmarks-core 0.4.1

Core library for bookmarks
Documentation
1
2
3
4
5
6
7
8
9
pub mod config;
pub mod open;
pub mod storage;
pub mod strings;
pub mod toml_storage;

pub use config::{Config, UrlEntry};
pub use storage::Storage;
pub use toml_storage::TomlStorage;