This commit is contained in:
parent
cd4096b2ff
commit
a0afb6dfd3
24 changed files with 536 additions and 274 deletions
|
|
@ -36,7 +36,9 @@ impl HydratedContact {
|
|||
}
|
||||
}
|
||||
}
|
||||
pub type ContactTrie = radix_trie::Trie<String, DbId>;
|
||||
|
||||
/* name/group, url */
|
||||
pub type MentionTrie = radix_trie::Trie<String, String>;
|
||||
|
||||
impl FromRow<'_, SqliteRow> for Contact {
|
||||
fn from_row(row: &SqliteRow) -> sqlx::Result<Self> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue