imgforge 0.17.0

Fast and secure image proxy and transformation server
Documentation
1
2
3
4
5
6
use imgforge::server;

#[tokio::main]
async fn main() -> Result<(), server::ServerError> {
    server::start().await
}