arti/crates/tor-basic-utils
Ian Jackson 82ad9eea5f Allow "clippy::single_char_pattern" in tests.
This lint exists for perf reasons, and this is rarely relevant in
tests.

Using double quoted str is generally cognitively less burdensome.
2022-10-12 13:50:29 +01:00
..
src Allow "clippy::single_char_pattern" in tests. 2022-10-12 13:50:29 +01:00
Cargo.toml Merge branch 'multi_keyed_set' into 'main' 2022-10-03 18:16:10 +00:00
README.md Update README.md files using readmes script 2022-03-29 13:30:17 -04:00

README.md

tor-basic-utils

tor-basic-utils: Utilities (low-level) for Tor

Miscellaneous utilities for tor-* and arti-*.

This crate lives at the bottom of the Tor crate stack. So it contains only utilities which have no tor-* (or arti-*) dependencies.

There is no particular theme. More substantial sets of functionality with particular themes are to be found in other tor-* crates.

License: MIT OR Apache-2.0