identity_core

Module 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§

  • A Multibase-supported base. See [multibase::Base] for more information.

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.