Implements another serialisation feature: serde-lexical
This feature preserves the lexical order in the serialized form.
The serialized decimal occupies a fixed 25 bytes, which is particularly useful for maintaining decimal order when stored as a key in a key-value store
Implements another serialisation feature:
serde-lexical
This feature preserves the lexical order in the serialized form. The serialized decimal occupies a fixed 25 bytes, which is particularly useful for maintaining decimal order when stored as a key in a key-value store
Possibly fixes #610