logo
Expand description

Namespaced identifiers.

Structs

An identifier is a string split into a “namespace” part and a “path” part. For instance minecraft:apple and apple are both valid identifiers.

The error type which is created when an Ident cannot be parsed from a string.