Module identity_core::convert

source ·
Expand description

Functionality for JSON conversion and Base de- and encoding.

Structs§

  • Provides utility functions for encoding and decoding between various bases.

Enums§

Traits§

  • A convenience-trait to format types as JSON strings for display.
  • A convenience-trait for types that can be deserialized from JSON.
  • A convenience-trait for types that can be serialized as JSON.