pub fn compile_identifier_endpoints(
configs: &[IdentifierEndpointConfig],
default_window: Duration,
) -> Result<Vec<IdentifierEndpoint>, String>Expand description
Compile per-identifier rules, parsing each rate against default_window.
pub fn compile_identifier_endpoints(
configs: &[IdentifierEndpointConfig],
default_window: Duration,
) -> Result<Vec<IdentifierEndpoint>, String>Compile per-identifier rules, parsing each rate against default_window.