notedown_ast 0.14.5

Notedown Abstract Syntax Tree
Documentation
1
2
3
4
5
6
7
use dashmap::DashMap;
use yggdrasil_shared::records::Url;

pub struct BibliographyStorage {
    source: Url,
    kv_store: DashMap<String, String>,
}