Expand description
This crate contains utility functions for displaying iterators and types in a nice and structured way.
Constants§
- TAB_
SIZE - Size of a tab when displaying types
Functions§
- display_
iterator_ stable_ order - This function can be used to display an iterator in a stable order
- indent_
all - This function can be used to indent all lines of a string by a tab size
- join_
iterator - Join iterators over string types using the given separator
- join_
iterator_ and_ add_ back - Join iterators over string types using the given separator and add separator at the end