Crate tagger[][src]

Modules

The tagger prelude

Macros

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.

We unfortunately can’t have Element implement Display, because this would intersect with the blanket impl<T:Display> Elem for T{} So we instead introduce a new type.

The main building block

Owned version of DisplayableElement

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.

Traits

An element that can be written in two stages.

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.

Create a PathBuilder

Create a PointsBuilder