Expand description
Shell script source code
This module re-exports source code related items from the
yash-env crate. It also defines the SourceChar struct
representing a character with source description.
Re-exports§
pub use yash_env::source::*;
Structs§
- Source
Char - Character with source description
Functions§
- source_
chars - Creates an iterator of source chars from a string.