Skip to main content

reifydb_sub_admin/
lib.rs

1// Copyright (c) reifydb.com 2025
2// This file is licensed under the AGPL-3.0-or-later, see license.md file
3
4mod assets;
5mod config;
6mod handlers;
7mod server;
8mod subsystem;
9
10pub use config::AdminConfig;
11pub use subsystem::{AdminSubsystem, AdminSubsystemFactory};