Re-exports§
pub use view::View;
Modules§
- indention
- view
- This module provides support for
View
s, which provide a reference-mapping functionality to support simple, zero-copy use cases, which require a mapping ofhead
values. This is especially useful if the mapping itself either has only a rather small overhead or the resultingView
is only traversed once.
Structs§
Enums§
Functions§
- blocks_
to_ string - parse_
nested_ blocks - This function is a simple wrapper around
parse_nested_blocks_from_lines
. - parse_
nested_ blocks_ from_ lines - This function does the same as
parse_nested_blocks
, but expects anIterator
over lines as an argument, which allows pre-filtering of the passed lines without additional allocations (e.g. to filter comments and such)