fabaccess-bffh/api/src/lib.rs
Nadja Reitzenstein 2d9f30b55b Run rustfmt
2022-05-05 15:50:44 +02:00

8 lines
190 B
Rust

//! FabAccess generated API bindings
//!
//! This crate contains slightly nicer and better documented bindings for the FabAccess API.
#[allow(dead_code)]
pub mod schema;
pub use schema::*;