Crate sauce_api[−][src]
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::SauceError; |
Modules
error | Contains the various errors that can be produced. |
prelude | Everything important in one nice neat module you can import. |
sources | The individual sources for the API. |
Structs
SauceItem | An individual item from the results gotten |
SauceResult | The container for all results provided by sauce-api |
Traits
Sauce | A generic trait that can be used to standardize the sauce system across different sources. |
Attribute Macros
async_trait |