Re-exportsΒ§
pub use crate::unindent;
FunctionsΒ§
- advance_
to_ πnext_ line - consume_
eol π - copy_
forward_ πuntil_ eol - Brings elements in
bytesforward until\n(inclusive) or end ofsource. - count_
spaces π - get_
minimum_ πleading_ spaces - Counts the minimum leading spaces of all non-empty lines except the first line.
- unindent
- Equivalent of the
unindent!macro, but works at runtime. - unindent_
bytes π - This is a reimplementation of the
indoccrateβs unindent functionality: - unindent_
sized