/ crates / tor-basic-utils / README.md
README.md
 1  # tor-basic-utils
 2  
 3  Utilities (low-level) for Tor
 4  
 5  Miscellaneous utilities for `tor-*` and `arti-*`.
 6  
 7  This crate lives at the *bottom* of the Tor crate stack.
 8  So it contains only utilities which have no `tor-*` (or `arti-*`) dependencies.
 9  
10  There is no particular theme.
11  More substantial sets of functionality with particular themes
12  are to be found in other `tor-*` crates.
13  
14  License: MIT OR Apache-2.0