[][src]Crate lv2_urid

LV2 specification centered around the Map feature.

The URID specification provides a host feature that can be used by plugins to map URIs to integers, so-called URIDs. These URIDs are used by many other specifications to identify other URI bounds and combine the flexibility of URIs with the comparison speed of integers.

Since this crate depends on -sys crates that use bindgen to create the C API bindings, you need to have clang installed on your machine.

Modules

prelude

Prelude of lv2_urid for wildcard usage.

Structs

Map

Host feature to map URIs to integers

URID

Representation of a URI for fast comparisons.

Unmap

Host feature to revert the URI -> URID mapping.

Traits

URIDCollection

Abstraction of types that store URIDs.

Derive Macros

URIDCollection