Crate tagger[][src]

Macros

Short hand for element(x,"");

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

Structs

A finished list of attributes.

Builder to help make a list of attributes.

The main building block

A finished path

Create the attribute for a svg polyline or polygon.

The finished product of PointsBuilder

Create the attribute for a svg polyline or polygon.

Enums

Construct and Write a SVG path’s data.

Functions

Create an element.

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