#quilt #repository #line #part #interface #far #version

libquilt

A library for interacting with quilt repositories (part of the quilt project)

1 unstable release

0.1.1 Feb 21, 2019

#9 in #far

25 downloads per month
Used in 2 crates

MIT/Apache

205KB
4K SLoC

This is a rust crate for creating and interacting with quilt repositories. For the command line interface to quilt, see the quilt crate.

The API documentation for this crate is reasonably complete, but high-level documentation isn't. The best I have so far can be found in this series of blog posts.


lib.rs:

A library for creating, reading, and manipulating quilt repositories.

quilt is a toy implementation of a version control system inspired by the same ideas as pijul. These ideas, and eventually the implementation of quilt, are documented in some blog posts. This crate itself is not so well documented, but doing so is one of my goals.

Dependencies

~4MB
~84K SLoC