Skip to main content

Module filter

Module filter 

Source
Expand description

A filtering mechanism for directory objects.

This module and its members are only available when tor-dirmgr is built with the dirfilter feature.

This is unstable code, currently used for testing only. It might go away in future versions, or its API might change completely. There are no semver guarantees.

Structs§

NilFilter
A DirFilter that does nothing.

Traits§

DirFilter
An object that can filter directory documents before they’re handled.

Type Aliases§

FilterConfig
Filtering configuration, as provided to the directory code