alpm_pkgbuild/
lib.rs

1#![doc = include_str!("../README.md")]
2
3pub mod bridge;
4pub mod error;
5
6pub use error::Error;