Crates.io | rvimage-domain |
lib.rs | rvimage-domain |
version | |
source | src |
created_at | 2024-05-05 20:12:35.461392 |
updated_at | 2024-12-29 23:24:17.273887 |
description | Process elements in the image domain such as polygons or bounding boxes for RV Image |
homepage | https://github.com/bertiqwerty/rvimage |
repository | https://github.com/bertiqwerty/rvimage |
max_upload_size | |
id | 1230511 |
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 |
Utilities used by RV Image operating in on the image domain including polygon drawing and run-length-encoding. This is considered an integral part of RV Image rather than a standalone crate.