Commit aa72f0c5 authored by gabi-250's avatar gabi-250 🕸️
Browse files

arti-client: Add an InertTorClient for accessing client state (fmt).

parent d99be523
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2,7 +2,9 @@

#![allow(missing_docs, clippy::missing_docs_in_private_items)]

use crate::{err::ErrorDetail, BootstrapBehavior, InertTorClient, Result, TorClient, TorClientConfig};
use crate::{
    err::ErrorDetail, BootstrapBehavior, InertTorClient, Result, TorClient, TorClientConfig,
};
use std::{
    result::Result as StdResult,
    sync::Arc,