Expand description

Single Binary file Version Control system

This crate is backend for SBVC that provides useful and simple API to use in the frontend.

Get Started

To get starting using the API, refer to documentations of following structs:

Structs

A struct that represents the file where the version tree is contained.
An immutable representation of a version

Enums

An enum that represents any error that can occur while using this library.

Type Definitions

The Result type for this crate.