Module source

Module source 

Source
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§

SourceChar
Character with source description

Functions§

source_chars
Creates an iterator of source chars from a string.