camel-core 0.6.2

Core engine for rust-camel
Documentation
1
2
3
4
5
6
//! Ports for the `hot_reload` bounded context.
//!
//! This module is intentionally empty. The `hot_reload` BC does not define its own
//! ports — it consumes `lifecycle` ports directly through the composition root
//! (`context.rs`). If `hot_reload` ever needs to expose its own port abstractions
//! (e.g., for a `FileWatcherPort`), they should be added here.