add metadata database

This commit is contained in:
Johann150 2021-01-04 21:19:59 +01:00
parent bb7e885143
commit c916827709
2 changed files with 116 additions and 0 deletions

View file

@ -1,3 +1,5 @@
mod metadata;
use {
once_cell::sync::Lazy,
percent_encoding::{percent_decode_str, percent_encode, AsciiSet, CONTROLS},