Crate rush_sync_server

Source

Re-exports§

pub use commands::Command;
pub use commands::CommandHandler;
pub use commands::CommandPlugin;
pub use commands::CommandRegistry;
pub use commands::PluginManager;
pub use core::config::Config;
pub use core::error::AppError;
pub use core::error::Result;

Modules§

commands
core
i18n
input
output
setup
ui

Macros§

create_full_registry
✅ HAUPTMACRO - Erstellt vollständige Registry mit allen Standard-Commands
create_registry_with_plugins
✅ ERWEITERT - Registry mit Plugins
impl_default
matches_exact
register_command
register_commands

Functions§

create_default_registry
✅ PUBLIC FUNCTION - Für Integration Tests und externe Nutzung (MIT PERFORMANCE COMMAND)
run