1 2 3 4 5 6 7
#![allow(unused)] #[allow(clippy::too_many_arguments)] mod api { include!(concat!(env!("OUT_DIR"), "/keycloak.rs")); } pub use api::*;