Simple image resizer/cropper API.
This is a Rust
Tech used
This repo uses the Rust programming language and the following crates:
- axum: A web application framework that focuses on ergonomics and modularity.
- image: Imaging library written in Rust. Provides basic filters and decoders for the most common image formats.
- lazy_static: A macro for declaring lazily evaluated statics in Rust.
- reqwest: Higher lever HTTP client library.
- serde: A generic serialization/deserialization framework.
- tokio: An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications.