Crate swimos_format

Crate swimos_format 

Source
Expand description

§Text Formatting Utilities

Utility functions to use in implementing std::fmt::Display.

Functions§

comma_sep
Print out a sequence with commas between the elements.
join
Format a sequence, placing separator between successive elements.