Expand description
Handles for PubHubs objects like hubs and
attribute types.
Structs§
- Handle
- A handle used to refer to hubs, attributes, etc. - a string that matches
HANDLE_REGEX. - Handles
- HubHandle
Error - When a handle does not match HANDLE_REGEX.
Constants§
- HANDLE_
REGEX - The regex pattern for a hub handle
- HANDLE_
REGEX_ 🔒TLK - Thread local compiled version of HANDLE_REGEX
Functions§
- with_
handle_ regex - Runs
fwith as argument a reference to a compiled HANDLE_REGEX that is cached thread locally.