libvctrl_handler 5.2.0

Fundamental contracts for building a version control system – no implementations, only traits and types
Documentation
1
2
3
4
5
pub mod hash;
pub mod name;

pub use hash::validate_hash_bytes;
pub use name::{validate_name, validate_ref_name, validate_tree_entry_name};