Crate shrs_utils

Source

Macros§

log_if_err
Logs using [log::error!] is variable was Err variant
styled_buf
Macro to easily compose StyledBuf for use in prompt implementation
warn_if_err
Logs using [log::warn!] is variable was Err variant

Structs§

CursorBuffer
Friendly wrapper around Rope data structure
StyledBuf
Text to be rendered by painter styles has a style for each character in content

Enums§

Error
Location

Functions§

line_content_len
longest_common_prefix

Type Aliases§

Result