image metadata:从JPEG图像提取图像元数据的命令行实用程序 源码
图像元数据 命令行实用程序,用于从JPEG图像提取图像元数据 从源代码构建/运行 要从源代码进行构建和/或运行,首先需要安装rustup,有关安装说明,参见 完成此操作后,您可以使用标准的cargo命令进行构建/测试/运行。 # Run (dev build) cargo run -- tests/images/ * .jpg # Run (release build) cargo run --release -- tests/images/ * .jpg # To build an executable run cargo build --release #
文件列表
image-metadata-main.zip
(预估有个13文件)
image-metadata-main
Cargo.toml
360B
.github
workflows
test.yml
2KB
Cargo.lock
9KB
src
main.rs
611B
lib.rs
8KB
rust-toolchain
6B
暂无评论