rvcs

Crates.iorvcs
lib.rsrvcs
version0.1.0
sourcesrc
created_at2021-03-11 12:35:47.01998
updated_at2021-03-11 12:35:47.01998
descriptionA rusty version control system.
homepage
repositoryhttps://github.com/wafelack/rvcs
max_upload_size
id367273
size68,164
Wafelack (Wafelack)

documentation

https://github.com/wafelack/rvcs

README

RVCS

RVCS is a Rusty Version Control System.

Installation

From source

$ git clone git@github.com:Wafelack/rvcs.git
$ cd rvcs/
$ cargo build --release
$ cp target/release/rvcs /wherever/you/want/in/your/path

With cargo

  • Run cargo install rvcs.

Future

  • Authoring
  • Remotes

Licensing

RVCS is licensed under the GNU General Public License version 3.0.

Commit count: 0

cargo fmt