bear-rs 0.1.1

Rust library for reading and writing Bear.app notes via the local SQLite database
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod config;
pub mod dates;
pub mod db;
pub mod export;
pub mod frontmatter;
pub mod model;
pub mod notify;
pub mod output;
pub mod prefs;
pub mod search;
pub mod store;
pub mod verbose;

pub use model::{Attachment, Note, PinRecord, Tag};
pub use store::SqliteStore;