... supposedly pulling in the advantages of ryu (speed, code size?) over core::fmt.
The bigger and likely more valuable task would be deserialization and replacing ::from_str by something else. As mentioned in #12, last time I tried, lexical_core's atof wasn't easy.
... supposedly pulling in the advantages of ryu (speed, code size?) over
core::fmt
.The bigger and likely more valuable task would be deserialization and replacing
::from_str
by something else. As mentioned in #12, last time I tried,lexical_core
'satof
wasn't easy.