Expand description

Module for writer

Structs

A writer that outputs as Json with no extra spaces for the key and the generated value

A writer that outputs as Comma-Separated Values for the key and the generated value

A Sequence of generated values

A writer that outputs as Json with human-readable for the key and the generated value

A Sequence of generated values while generating it

A writer that outputs as Tab-Separated Values for the key and the generated value

A writer that outputs as Yaml for the key and the generated value

Constants

dummy key of keys for a KVS

dummy key of values for a KVS

Traits

Trait of Writer for keys and generated values