2021-11-26 02:25:48 +01:00
|
|
|
pub use capnpc::schema_capnp;
|
|
|
|
|
2021-12-01 17:12:57 +01:00
|
|
|
#[cfg(feature = "generated")]
|
2021-11-26 02:25:48 +01:00
|
|
|
pub mod auth_capnp {
|
|
|
|
include!(concat!(env!("OUT_DIR"), "/auth_capnp.rs"));
|
|
|
|
}
|
2021-12-01 17:12:57 +01:00
|
|
|
#[cfg(not(feature = "generated"))]
|
|
|
|
pub mod auth_capnp;
|
2021-11-26 02:25:48 +01:00
|
|
|
|
2021-12-01 17:12:57 +01:00
|
|
|
#[cfg(feature = "generated")]
|
2021-11-26 02:25:48 +01:00
|
|
|
pub mod main_capnp {
|
|
|
|
include!(concat!(env!("OUT_DIR"), "/main_capnp.rs"));
|
|
|
|
}
|
2021-12-01 17:12:57 +01:00
|
|
|
#[cfg(not(feature = "generated"))]
|
|
|
|
pub mod main_capnp;
|
2021-11-26 02:25:48 +01:00
|
|
|
|
2021-12-01 17:12:57 +01:00
|
|
|
#[cfg(feature = "generated")]
|
2021-11-26 02:25:48 +01:00
|
|
|
pub mod utils_capnp {
|
|
|
|
include!(concat!(env!("OUT_DIR"), "/utils_capnp.rs"));
|
|
|
|
}
|
2021-12-01 17:12:57 +01:00
|
|
|
#[cfg(not(feature = "generated"))]
|
|
|
|
pub mod utils_capnp;
|
2021-11-26 02:25:48 +01:00
|
|
|
|
2021-12-01 17:12:57 +01:00
|
|
|
#[cfg(feature = "generated")]
|
2021-11-26 02:25:48 +01:00
|
|
|
pub mod resource_capnp {
|
|
|
|
include!(concat!(env!("OUT_DIR"), "/resource_capnp.rs"));
|
|
|
|
}
|
2021-12-01 17:12:57 +01:00
|
|
|
#[cfg(not(feature = "generated"))]
|
|
|
|
pub mod resource_capnp;
|
2021-11-26 02:25:48 +01:00
|
|
|
|
2021-12-01 17:12:57 +01:00
|
|
|
#[cfg(feature = "generated")]
|
2021-11-26 02:25:48 +01:00
|
|
|
pub mod resources_capnp {
|
|
|
|
include!(concat!(env!("OUT_DIR"), "/resources_capnp.rs"));
|
|
|
|
}
|
2021-12-01 17:12:57 +01:00
|
|
|
#[cfg(not(feature = "generated"))]
|
|
|
|
pub mod resources_capnp;
|
2021-11-26 02:25:48 +01:00
|
|
|
|
2021-12-01 17:12:57 +01:00
|
|
|
#[cfg(feature = "generated")]
|
2021-11-26 02:25:48 +01:00
|
|
|
pub mod role_capnp {
|
|
|
|
include!(concat!(env!("OUT_DIR"), "/role_capnp.rs"));
|
|
|
|
}
|
2021-12-01 17:12:57 +01:00
|
|
|
#[cfg(not(feature = "generated"))]
|
|
|
|
pub mod role_capnp;
|
2021-11-26 02:25:48 +01:00
|
|
|
|
2021-12-01 17:12:57 +01:00
|
|
|
#[cfg(feature = "generated")]
|
2021-11-26 02:25:48 +01:00
|
|
|
pub mod user_capnp {
|
|
|
|
include!(concat!(env!("OUT_DIR"), "/user_capnp.rs"));
|
|
|
|
}
|
2021-12-01 17:12:57 +01:00
|
|
|
#[cfg(not(feature = "generated"))]
|
|
|
|
pub mod user_capnp;
|
2021-11-26 02:25:48 +01:00
|
|
|
|
2021-12-01 17:12:57 +01:00
|
|
|
#[cfg(feature = "generated")]
|
2021-11-26 02:25:48 +01:00
|
|
|
pub mod users_capnp {
|
|
|
|
include!(concat!(env!("OUT_DIR"), "/users_capnp.rs"));
|
2021-12-01 17:12:57 +01:00
|
|
|
}
|
|
|
|
#[cfg(not(feature = "generated"))]
|
|
|
|
pub mod users_capnp;
|