Crate platform_value

Crate platform_value 

Source
Expand description

Platform value A dynamic Platform value

A module that is used to represent values in Platform components Forked from ciborium value

Re-exports§

pub use patch::patch;
pub use patch::Patch;

Modules§

btreemap_extensions
converter
display
inner_value
patch
A Platform Value Patch and Platform Value Merge Patch implementation for Rust.
string_encoding
system_bytes

Macros§

platform_value
Construct a serde_platform_value::Value from a JSON literal.

Structs§

BinaryData
Bytes20
Bytes32
Bytes36
Identifier
IdentifierBytes32

Enums§

Error
IntegerReplacementType
ReplacementType
Value
A representation of a dynamic value that can handled dynamically

Constants§

IDENTIFIER_MEDIA_TYPE

Traits§

ValueMapHelper

Functions§

from_value
Interpret a serde_json::Value as an instance of type T.
to_value
Convert a T into platform_value::Value which is an enum that can represent data.

Type Aliases§

Hash256
ValueMap