claw-vcs-core 0.1.1

Core object types and Claw Object Format encoding for Claw VCS.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Prost-generated Protocol Buffer modules for the Claw object schema.

/// Generated bindings for common protobuf messages.
pub mod common {
    #![allow(missing_docs)]
    include!("claw.common.rs");
}

/// Generated bindings for repository object protobuf messages.
pub mod objects {
    #![allow(missing_docs)]
    include!("claw.objects.rs");
}