[][src]Crate raystack_core

Structs

Coord

A Haystack Coord, representing a geographical coordinate.

Number

A Haystack Number, encapsulating a scalar value and an optional unit value. The unit is represented as a string.

ParseNumberError

Error denoting that a Number could not be parsed from a string.

ParseRefError

An error indicating that a Ref could not be parsed.

ParseSymbolError

An error indicating that a Symbol could not be parsed.

ParseTagNameError

An error indicating that a TagName could not be parsed.

Ref

A Haystack Ref.

Symbol

A Haystack Symbol.

TagName

A Haystack tag name.

Functions

is_tag_name

Return true if the string is a valid tag name.