Add metadata export to JSON.

This commit is contained in:
Stephen Chung
2020-12-19 19:42:18 +08:00
parent 0182b2d3f4
commit c6a3ce2cd5
5 changed files with 221 additions and 1 deletions

View File

@@ -3,3 +3,6 @@
pub mod de;
pub mod ser;
mod str;
#[cfg(feature = "metadata")]
pub mod metadata;