Crate taco_display_utils

Crate taco_display_utils 

Source
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