Crate tagger[][src]

Modules

The tagger prelude

Macros

Create an element

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

Create a single tag element

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 a AttrBuilder

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

Uses RefCell to run the FnOnce on the first call to fmt. On successive calls, do nothing.

Create a PathBuilder

Create a PointsBuilder