Crates.io | web-image |
lib.rs | web-image |
version | |
source | src |
created_at | 2024-04-28 13:53:16.25717 |
updated_at | 2025-02-12 18:14:45.789433 |
description | A crate for easy interop between web APIs and DynamicImage from `image-rs` |
homepage | https://github.com/anshap1719/web-image |
repository | https://github.com/anshap1719/web-image |
max_upload_size | |
id | 1223268 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
A Rust library to facilitate easy interop between the Web Image APIs and image-rs
crate via web assembly.
I wrote this crate for a use case where I needed to read and process images uploaded by the user but do so locally in
the browser. The crate facilitates converting web images to Rust's image-rs
crate.