Something went wrong. Try again.
PDS software with bells & whistles you didn’t even know you needed. will move this to its own account when ready.
Something went wrong. Try again.
544 B · 16 lines
Rust
at main
1234567891011121314151617pub mod account;pub mod config;pub mod invite;pub mod server_stats;pub mod status;
pub use account::{ delete_account, get_account_info, get_account_infos, search_accounts, send_email, update_account_email, update_account_handle, update_account_password,};pub use config::{get_server_config, update_server_config};pub use invite::{ disable_account_invites, disable_invite_codes, enable_account_invites, get_invite_codes,};pub use server_stats::get_server_stats;pub use status::{get_subject_status, update_subject_status};