This repository has been archived by the owner on Dec 8, 2023. It is now read-only.
v0.9.0
- @ryankurte refactored the
async
module and updated the version oftokio
in #37 . - The
async
module has been renamed toaio
to avoid conflicts with Rust 2018. - In the synchronous version, all 4
search_gateway*
methods have been merged into a single one that uses theSearchOptions
struct for configuration.