diff options
Diffstat (limited to 'tor-client/src/lib.rs')
| -rw-r--r-- | tor-client/src/lib.rs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tor-client/src/lib.rs b/tor-client/src/lib.rs index cb52c7afc..ea1328a71 100644 --- a/tor-client/src/lib.rs +++ b/tor-client/src/lib.rs @@ -1,8 +1,12 @@ //! High-level functionality for accessing the Tor network as a client. //! +//! (Note that this crate is called `tor-client` in some other places, +//! since we didn't know about the conflict with `tor_client`. We will +//! clean all of this up somehow before the next release.) +//! //! # Overview //! -//! The `tor-client` crate aims to provide a safe, easy-to-use API for +//! The `arti-tor-client` crate aims to provide a safe, easy-to-use API for //! applications that want to use Tor network to anonymize their //! traffic. It hides most of the underlying detail, letting other //! crates decide how exactly to use the Tor crate. |
