This repository has been archived by the owner on Dec 8, 2023. It is now read-only.
Releases: sbstp/rust-igd
Releases · sbstp/rust-igd
v0.12.1
v0.12.0
v0.11.1
v0.11.0
v0.10.2
v0.10.1
v0.10.0
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.