jj-lib 0.40.0

Library for Jujutsu - an experimental version control system
Documentation
1
2
3
4
5
6
7
8
9
10
// This file is @generated by prost-build.
/// Metadata about the configuration files for jj
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
pub struct ConfigMetadata {
    /// The absolute path to the workspace's .jj or .jj/repo directory for
    /// workspaces and repos respectively.
    /// Access via file_util::path_to/from_bytes
    #[prost(bytes = "vec", optional, tag = "1")]
    pub path: ::core::option::Option<::prost::alloc::vec::Vec<u8>>,
}