alpm_pkgbuild/
lib.rs

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