tor-circmgr 0.37.0

Manage a set of anonymous circuits over the Tor network
Documentation
1
2
3
4
BREAKING: `CircMgrConfig::vanguard_config()` is now always available,
          and must always be implemented when implementing `CircMgrConfig` for a type.
          (Is no longer conditional upon feature flags.)
BREAKING: `CircMgrConfig` now requires `AsRef<VanguardConfig>`.