Re-exports§
pub use discovery::discover;pub use discovery::generate;pub use discovery::walk_local;pub use error::LaunchError;pub use fs::DirEntry;pub use fs::FileSystem;pub use fs::LocalFs;pub use fs::MemoryFs;pub use fs::RootedFs;pub use signal::Signal;pub use signal::SignalOutput;pub use types::*;
Modules§
Functions§
- discover_
local - Discover services in a directory using the default signal set and local filesystem. Uses gitignore-aware walking to skip files the project itself ignores.
- discover_
with_ fs - Discover using a custom filesystem and signal set. For testing.