Skip to content

v1.2.2

Compare
Choose a tag to compare
@maoueh maoueh released this 09 Jun 19:44
  • Added more conversion for ToValue defined for tables::Tables.

    Note Added possibility to move some value in their final destination. So if you don't need the value when doing .set(...) calls in Tables, moving the value instead of passing it by reference (.set(..., &value)) for String and Vec<String> will lead to small speed improvements.