Commit 01894dcd authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

Add missing entries to Architecture.md

parent 2fae63b5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -23,6 +23,9 @@ The current crates are:
`caret`: A utility for generating enumerations with helpful trait
implementations

`retry-error`: A utility type for handling errors from operations that are
tried multiple times, and which can fail differently each time.

`tor-units`: Utilities for wrapping bounded and/or meaningful numeric types.

`tor-llcrypto`: Wrappers and re-exports of cryptographic code that Tor needs in
@@ -30,6 +33,8 @@ various ways. Other crates should use this crate, and not actually
use any crypto implementation crates directly.  (It's okay to use crates that
define cryptographic traits.)

`tor-persist`: Types and traits for handling persistent data in Arti.

`tor-rtcompat`: Traits to expose a common interface for asynchronous runtime
code. Currently it supports async-std and tokio.