Re-exports§
pub use self::natural::*;
Modules§
- compat
- Compatibility shims which mimic some API surfaces of the current Rust bindings.
- generic
- launcher
- natural
- resolver
- wire
- wire_
optional
Structs§
- Launcher
- The type corresponding to the Launcher protocol. A low-level interface for launching processes.
- Launcher
AddArgs Request - Launcher
AddEnvirons Request - Launcher
SetOptions Request - Resolver
- The type corresponding to the Resolver protocol. An interface for resolving names to executables and library loaders.
- Resolver
Resolve Request
Constants§
- MAX_
RESOLVE_ NAME_ SIZE - The maximum size for a name used by
Resolver.
Traits§
- Launcher
Client Handler - A client handler for the Launcher protocol.
- Launcher
Server Handler - A server handler for the Launcher protocol.
- Resolver
Client Handler - A client handler for the Resolver protocol.
- Resolver
Server Handler - A server handler for the Resolver protocol.