Submission of New Thumbor Library for Rust
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");
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
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.
This PR was closed because it has been stale for 30 days with no activity.