Expand description
Automatic configuration detection.
This module provides functionality for automatically detecting and configuring terminal session parameters.
Re-exports§
pub use line_ending::LineEnding;pub use line_ending::LineEndingConfig;pub use line_ending::detect_line_ending;pub use line_ending::normalize_line_endings;pub use line_ending::to_crlf;pub use line_ending::to_lf;pub use locale::LocaleInfo;pub use locale::detect_locale;pub use locale::is_utf8_environment;pub use locale::locale_env;pub use prompt::PromptConfig;pub use prompt::PromptInfo;pub use prompt::detect_prompt;pub use prompt::ends_with_prompt;pub use shell::ShellConfig;pub use shell::ShellType;pub use shell::default_shell;pub use shell::detect_from_path;pub use shell::detect_shell;
Modules§
- line_
ending - Line ending detection and handling.
- locale
- Locale detection and configuration.
- prompt
- Prompt detection and configuration.
- shell
- Shell detection and configuration.