Skip to main content

Crate dada_util

Crate dada_util 

Source

Modules§

arena
fixed_depth_json
log
typedvec
vecext
vecset

Macros§

anyhow
Construct an ad-hoc error from a string or existing non-anyhow error value.
bail
Return early with an error.
debug
debug_heading

Structs§

Error
The Error type, a wrapper around a dynamic error type.

Enums§

Never

Traits§

Context
Provides the context method for Result.

Functions§

indirect

Type Aliases§

Fallible
IndexMap
Map
A HashMap using a default Fx hasher.
Set
A HashSet using a default Fx hasher.
Text
Thread-safe immutable string.

Attribute Macros§

boxed_async_fn
Transforms an async fn to return a Box<dyn Future<Output = T>>.

Derive Macros§

FromImpls
SalsaSerialize