1
2
3
4
5
6
7
#![feature(trace_macros)]
//! Useful utility functions that complement libalpm, but are not in the C library.
//!
//! VERY MUCH WIP
#[macro_use] extern crate nom;

pub mod ini;