A simple VCS written in Rust. This is a project for learning Rust and skill testing.
- Basic Git-like functionality
- Simple CLI
cargo run <command>
you can start with cargo run init
to initialize a new repository.
or
run cargo run help
to see all available commands.