[][src]Module ssb_legacy_msg_data::value

Data structures for storing and manipulating arbitrary legacy data.

Structs

ContentValue

Represents any valid ssb legacy message value that can be used as the content of a message, preserving the order of object entries.

Iter

An iterator over the entries of a RidiculousStringMap, first yielding all entries with numeric keys in ascending order, and then yielding the remaining entries in the same order in which they were inserted into the map.

RidiculousStringMap

A map with string keys that sorts strings according to object entry order, using insertion order for non-int keys.

Enums

Value

Represents any valid ssb legacy message value, preserving the order of object entries.