draftline 0.1.0

Git-native versioning for creative content workflows.
Documentation
1
2
3
4
5
6
/// A configured place where a workspace can be shared or backed up.
#[derive(Debug, Clone, PartialEq, Eq)]
pub struct RemoteEndpoint {
    pub name: String,
    pub url: String,
}