libguix 0.1.3

Unofficial Rust client library for GNU Guix.
Documentation
1
2
3
4
5
6
7
//! Hand-rolled parsers for the guix CLI output formats we care about.

pub(crate) mod lines;
pub(crate) mod progress;
pub(crate) mod recutils;
pub(crate) mod sexp;
pub(crate) mod tsv;