add support to output description information

This commit is contained in:
2022-03-02 22:03:31 +08:00
parent 8f6fb37340
commit ded0e77956
10 changed files with 314 additions and 51 deletions

View File

@@ -13,6 +13,7 @@ extern crate regex;
extern crate reqwest;
#[cfg(feature = "utf16string")]
extern crate utf16string;
extern crate xml;
#[cfg(feature = "exif")]
#[doc(hidden)]