Skip to main content

Module write

Module write 

Source
Expand description

Functions and macros for writing (parts of) values.

We use macros so that we can create both formatters (core::fmt::Formatter) and writers (std::io::Write) from the same code.

Structs§

Pp
Pretty printer.
Styles
Styles used to pretty-print values.

Functions§

write
Write a value as JSON.