Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

v0.3.1

Compare
Choose a tag to compare
@bobozaur bobozaur released this 21 Apr 22:59
· 4 commits to master since this release

Fixed ResultSetIter to be Send + Sync, thus enabling rayon support.
Fixed export_to_vec method to properly treat headers to be able to deserialize rows into maps.
Shortened the opts parsing in import_from_iter.