mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-11 01:53:23 +01:00
8 lines
190 B
Rust
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::*;
|