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