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