gn-core 0.1.9

git-notes core engine — reads/writes git note objects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod diff;
pub mod engine;
pub mod error;
pub mod merge;
pub mod namespace;
pub mod note;

pub use engine::NotesEngine;
pub use error::{GnError, Result};
pub use merge::{CompositeStrategy, LwwStrategy, MergeStrategy, UnionStrategy};
pub use namespace::Namespace;
pub use note::{Note, NoteStatus};