Expand description
Tools to generate and parse service names.
Functions§
- deserialize_
service - Deserializes a valid URI into a
Serviceusing policy’s metadata to generate the service name - deserialize_
service_ opt - Deserializes a valid URI into a
Option<Service>using policy’s metadata to generate the service name - deserialize_
service_ opt_ vec - Deserializes a set of valid URIs into a
Option<Vec<Service>>using policy’s metadata to generate the service name - deserialize_
service_ vec - Deserializes a set of valid URIs into a
Vec<Service>using policy’s metadata to generate the service name - service_
name - Generates a compliant
Servicename using the policy name and the authority part of an URL