1
2
3
4
5
6
7
8
9
10
#![deny(rust_2018_idioms)]
#![doc(
    html_logo_url = "https://storage.googleapis.com/fdo-gitlab-uploads/project/avatar/3213/zbus-logomark.png"
)]
#![doc = include_str!("../README.md")]

mod error;
pub use error::*;

pub mod policykit1;