rustnao 0.4.0

A Rust implementation of a wrapper for the SauceNAO API.
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.4.0

Fix clippy warnings and bump Rust version to 2024.

## 0.3.4

Fix docs badge.

## 0.3.2

Modernization pass.

## 0.3.0

Support async.

## 0.2.0

Pushed up a version due to the new changes breaking old use cases. The following has been added/changed:

- `get_sauce` and it's derivatives have been changed.
- Added `set_empty_filter`, which allows you to permanently filter out empty URL search results.

## 0.1.4

Add support for local files.

## 0.1.3

Remove the need for `mut` in front of `Handler`.

## 0.1.0

Initial release.