Loading crates/tor-keymgr/README.md +0 −3 Original line number Diff line number Diff line Loading @@ -52,9 +52,6 @@ same `KeySpecifier::arti_path`), but different key types (i.e. different as a unique identifier for a particular instance of a key. * `ctor_path`: the location of the key in the C Tor key store (optional). TODO hs: write more comprehensive documentation when the API is a bit more stable ## Feature flags ### Additive features Loading crates/tor-keymgr/src/lib.rs +3 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,9 @@ #![allow(clippy::result_large_err)] // temporary workaround for arti#587 //! <!-- @@ end lint list maintained by maint/add_warning @@ --> // TODO HSS: write more comprehensive documentation when the API is a bit more // stable mod err; mod key_specifier; Loading Loading
crates/tor-keymgr/README.md +0 −3 Original line number Diff line number Diff line Loading @@ -52,9 +52,6 @@ same `KeySpecifier::arti_path`), but different key types (i.e. different as a unique identifier for a particular instance of a key. * `ctor_path`: the location of the key in the C Tor key store (optional). TODO hs: write more comprehensive documentation when the API is a bit more stable ## Feature flags ### Additive features Loading
crates/tor-keymgr/src/lib.rs +3 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,9 @@ #![allow(clippy::result_large_err)] // temporary workaround for arti#587 //! <!-- @@ end lint list maintained by maint/add_warning @@ --> // TODO HSS: write more comprehensive documentation when the API is a bit more // stable mod err; mod key_specifier; Loading