Crate gigtag

Crate gigtag 

Source
Expand description

A lightweight, textual tagging system aimed at DJs for managing custom metadata.

Refer to docs for more information about the idea and the specification.

Re-exports§

pub use self::facet::Facet;
pub use self::label::Label;
pub use self::props::Name;
pub use self::props::Property;
pub use self::props::Value;

Modules§

docs
Documentation and specification
facet
Facets
label
Labels
props
Named properties

Structs§

DecodedTags
Tags decoded from a text field
Tag
A tag

Enums§

DecodeError
A decoding error

Traits§

StringTyped