Expand description
Helpers to cross structured data as JSON-in-StbString. See the module docs
for the precision/order limit.
Functions§
- from_
stable - Parse a received
StbStringback into aValue. Does not free the input — the caller still owns it. - to_
stable - Serialize a
serde_json::Valueinto an owningStbStringthe receiver mustfreevia the producer’sfree_string.