thumbor icon indicating copy to clipboard operation
thumbor copied to clipboard

Submission of New Thumbor Library for Rust

Open SteelAlloy opened this issue 1 year ago • 1 comments

https://github.com/SteelAlloy/thumbor-rs

use thumbor::Server;

let server = Server::new("http://localhost:8888", "my-security-key").unwrap();

let endpoint = server.endpoint_builder()
    .resize((300, 200))
    .smart(true)
    .build();

let url = endpoint.to_url("path/to/my/image.jpg");

SteelAlloy avatar Sep 16 '24 14:09 SteelAlloy

This PR is stale because it has been open 60 days with no activity. Remove the stale label or add a comment, or this PR will be closed in 30 days. You can always re-open if you feel this is something we should still keep working on. Tag @heynemann for more information.

github-actions[bot] avatar Dec 19 '24 12:12 github-actions[bot]

This PR was closed because it has been stale for 30 days with no activity.

github-actions[bot] avatar Jan 18 '25 12:01 github-actions[bot]