[][src]Module lv2rs_urid::debug

Placeholder URID mapper for debugging purposes.

Many LV2 libraries depend on URID mapping and therefore, a mapper is needed when debugging and testing. However, testing can (and should) not be done within a running host. This is where these utilities come in hand: They map URIs to unique URIDs and backwards without needing an external host.

Structs

DebugMap

Container holding both the mapping feature and a storage for URID mappings.