Crate rusty_vikings

Crate rusty_vikings 

Source
Expand description

To add this library simply use

cargo add rusty_viking

§Features

  • "default": All features are enabled by default.
  • "serde"
  • "miette"
  • "macros": Re-exports viking_macros
cargo add rusty_viking --no-default-features

Structs§

MietteDefaultConfigmiette or serde
SerdeErrorserde
An error type bridging between serde_json and miette.

Traits§

IntoDiagnosticWithLocationmiette or serde
Replaces and extends miette::IntoDiagnostic trait to show call location.

Derive Macros§

EnumDisplaymacros
Implements the Display trait for enums. Using [convert_case] crate for the conversion.