/
foursecondfivefour
/
AETHER_01
Обзор
Документация
Войти
/
foursecondfivefour
/
AETHER_01
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/lib.rs
14 строк
362 B
foursecondfivefour
test: add 52 unit tests — error formatting, config, tool dispatch, feature gates, WMI safety
22 июн 2026, 14:22
22 июн 2026, 14:22
a229257
Код
Авторство
О чём код?
//! AETHER_01 — Windows MCP Server library. //! //! Re-exports all public modules for use by the binary and integration tests. pub mod audit; pub mod config; pub mod error; pub mod server; pub mod tools; // Re-export key types for ergonomic test imports pub use config::FeatureGates; pub use error::{AetherError, ErrorContext}; pub use server::AetherServer;