Expand description
Re-export of commonly used dependencies.
Re-exports§
pub use anyhow::Context as _;
Macros§
- assert_
default_ prompt_ snapshot test-utils
Structs§
- Arc
- A thread-safe reference-counting pointer. ‘Arc’ stands for ‘Atomically Reference Counted’.
Traits§
- Instrument
- Attaches spans to a
std::future::Future
. - Stream
Ext - An extension trait for
Stream
s that provides a variety of convenient combinator functions. - TryStream
Ext - Adapters specific to
Result
-returning streams
Type Aliases§
- Result
Result<T, Error>
Attribute Macros§
Derive Macros§
- Builder
- Create a builder struct for the deriving struct.