Crate jsonutils

source ·
Expand description

§JSON utilities for Rust.

A collection of utilities for working with JSON in Rust. Written for my own convenience, but feel free to use it.

Modules§

  • JSON utilities.
  • This module provides functions to read and write JSON files.

Macros§

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

Structs§

  • Iterator of a chain of source errors.
  • The Error type, a wrapper around a dynamic error type.

Traits§

  • Provides the context method for Result.

Functions§

  • Equivalent to Ok::<_, anyhow::Error>(value).

Type Aliases§