add rustc build flags reflection
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
936d2915e2
commit
2100618d47
14 changed files with 119 additions and 5 deletions
|
@ -21,15 +21,16 @@ extern crate conduit_api as api;
|
|||
extern crate conduit_core as conduit;
|
||||
extern crate conduit_service as service;
|
||||
|
||||
pub(crate) use conduit::{mod_ctor, mod_dtor, Result};
|
||||
pub(crate) use conduit::Result;
|
||||
pub(crate) use service::services;
|
||||
|
||||
pub(crate) use crate::utils::{escape_html, get_room_info};
|
||||
|
||||
pub(crate) const PAGE_SIZE: usize = 100;
|
||||
|
||||
mod_ctor! {}
|
||||
mod_dtor! {}
|
||||
conduit::mod_ctor! {}
|
||||
conduit::mod_dtor! {}
|
||||
conduit::rustc_flags_capture! {}
|
||||
|
||||
/// Install the admin command handler
|
||||
pub async fn init() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue