gn-sync 0.1.10

git-notes sync layer — push/pull refs/notes/*, merge strategies, git hook installer
Documentation
1
2
3
4
5
6
7
8
9
pub mod bundle;
pub mod fetch;
pub mod hooks;
pub mod p2p;
pub mod push;

pub use bundle::{export_bundle, import_bundle, BundleReport};
pub use fetch::{fetch_notes, SyncReport};
pub use p2p::{connect_peer, get_local_ips, parse_peer_address, serve_p2p, P2pReport, P2pServer};