v1.2.2
-
Added more conversion for
ToValue
defined fortables::Tables
.Note Added possibility to move some value in their final destination. So if you don't need the value when doing
.set(...)
calls inTables
, moving the value instead of passing it by reference (.set(..., &value)
) forString
andVec<String>
will lead to small speed improvements.