Skip to main content

Module access_control

Module access_control 

Expand description

Utility functions that are used in multiple crates

Structsยง

AccessControlSet
An IPv4/IPv6 access control set. This mainly hides the complexity of supporting v4 and v6 addresses concurrently in a given set. The AccessControlSet differs from a typical Access Control List in that there is no order. The access semantics are:
AccessControlSetBuilder
A builder interface for the AccessControlSet