图像元数据 命令行实用程序,用于从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 #