Re-exports§
Modules§
Structs§
- EnvFeaturized
Name - Parsed environment name with optional features (e.g., “rust+gpu+network”)
Functions§
- default_
container_ name - Gets the default container name from the current directory. Returns sanitized directory name, or “0” if unable to determine.
- is_
valid_ name - Checks if a name contains only valid characters: [a-zA-Z0-9-_] Used to validate environment names, namespace parts, and aliases.
- sanitize_
name - Sanitizes a directory name for use as container name postfix. Keeps only [a-zA-Z0-9-_] characters.