Crate sbvc_lib

Source
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§

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

Enums§

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

Type Aliases§

SbvcResult
The Result type for this crate.