Expand description
Notegraf: a graph-oriented notebook.
Re-exports§
pub use note::Note;pub use note::NoteID;pub use note::NoteLocator;pub use note::NoteSerializable;pub use note::Revision;pub use notestore::InMemoryStore;pub use notestore::NoteStore;pub use notestore::PostgreSQLStore;pub use notestore::PostgreSQLStoreBuilder;pub use notetype::MarkdownNote;pub use notetype::NoteType;pub use notetype::PlainNote;