Crate sauce_api[][src]

Expand description

sauce-api is an API for finding the source image for low-quality or cropped images. Currently it only works with anime-styled images, but I hope to make it capable of doing other kinds of images as well.

Re-exports

pub use crate::error::Error;

Modules

Contains the various errors that can be produced.

Everything important in one nice neat module you can import.

The individual sources for the API.

Structs

An individual item from the results gotten

The container for all results provided by sauce-api

Traits

A generic trait that can be used to standardize the sauce system across different sources.

Attribute Macros