mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
implement recent bookmarks menu item
This commit is contained in:
parent
c335207b28
commit
9e86e9b29f
13 changed files with 155 additions and 60 deletions
|
|
@ -11,8 +11,8 @@ use sqlite::{Connection, Transaction};
|
|||
use std::{rc::Rc, sync::RwLock};
|
||||
|
||||
pub struct Bookmark {
|
||||
database: Rc<Database>, // permanent storage
|
||||
memory: Rc<Memory>, // fast search index
|
||||
pub database: Rc<Database>, // permanent storage
|
||||
pub memory: Rc<Memory>, // fast search index
|
||||
}
|
||||
|
||||
impl Bookmark {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue