fabaccess-bffh/api/src/lib.rs

8 lines
190 B
Rust
Raw Normal View History

2021-11-26 02:25:48 +01:00
//! FabAccess generated API bindings
//!
//! This crate contains slightly nicer and better documented bindings for the FabAccess API.
2021-10-28 00:32:25 +02:00
2021-12-01 17:12:57 +01:00
#[allow(dead_code)]
2021-11-26 22:11:24 +01:00
pub mod schema;
2022-03-10 20:52:03 +01:00
pub use schema::*;