Module shell

Module shell 

Source
Available on crate feature shell only.
Expand description

Utility module to simplify creation of simple interactive shell applications.

Modules§

os
Low-level platform-specific tools to control the OS console/terminal.

Structs§

Shell
Represents an interactive shell

Enums§

Event
Represents an event emitted from the input abstraction.

Traits§

SendChannel
Represents any object which can be used to send Event structures.