Crate tagger[][src]

Modules

The tagger prelude

Macros

Macro to build an element.

Shorthand for moveable_format(move |w|write!(w,...)) Similar to format_args!() except has a more flexible lifetime.

Macro to build a path.

Macro to build points.

Macro to build an element without an end tag.

Structs

Used to wrap a std::io::Write to have std::fmt::Write. The underlying error can be extracted through the error field.

Returned by element!, this struct is used to complete the element.

Build a path.

Build up a list of points.

Enums

Construct and Write a SVG path’s data.

Functions

Convert a moved closure into a impl fmt::Display. This is useful because std’s format_args!() macro has a shorter lifetime.

BUild a path.

Build up a list of points.

Update a std::io::Write to be a std::fmt::Write