Expand description
Configuration traits and implementations for buffer sizing.
The ShellConfig trait allows compile-time configuration of buffer sizes
and capacity limits without runtime overhead.
Structs§
- Default
Config - Default configuration for typical embedded systems.
- Minimal
Config - Minimal configuration for resource-constrained systems.
Traits§
- Shell
Config - Shell configuration trait defining buffer sizes and capacity limits.