identity_
core
1.6.0-beta
Module convert
Module Items
Structs
Enums
Traits
In crate identity_
core
identity_core
Module
convert
Copy item path
Source
Expand description
Functionality for JSON conversion and Base de- and encoding.
Structs
§
Base
Encoding
Provides utility functions for encoding and decoding between various bases.
Enums
§
Base
A
Multibase
-supported base. See [multibase::Base] for more information.
Traits
§
FmtJson
A convenience-trait to format types as JSON strings for display.
From
Json
A convenience-trait for types that can be deserialized from JSON.
ToJson
A convenience-trait for types that can be serialized as JSON.