libvctrl_plumbing 0.3.0

Plumbing commands for the libvctrl version control system
Documentation
1
2
3
4
5
6
7
8
extern crate alloc;

#[cfg(test)]
use libvctrl_core as _;

pub mod cat_file;

pub use cat_file::{BatchOptions, CatFileMode, ObjectType, cat_file, cat_file_batch};