Module tor_netdir::testnet

source ·
Available on crate feature testing only.
Expand description

Support for unit tests, in this crate and elsewhere.

This module is only enabled when the testing feature is enabled.

It is not covered by semver for the tor-netdir crate: see notes on construct_network.

§Panics

These functions can panic on numerous possible internal failures: only use these functions for testing.

Structs§

Enums§

  • An error that occurs while trying to construct a network document.

Functions§

Type Aliases§

  • Alias for the Result type returned by document-builder functions in this module.