Refactor a few things in the metadata module
Rename metadata::tags to metadata::common. Move some utility functions from metadata::encoder to metadata::common.
This commit is contained in:
parent
b723082cdb
commit
e29ef1bec2
5 changed files with 20 additions and 20 deletions
|
|
@ -82,7 +82,7 @@ mod metadata {
|
|||
export decoder;
|
||||
export creader;
|
||||
|
||||
mod tags;
|
||||
mod common;
|
||||
mod tyencode;
|
||||
mod tydecode;
|
||||
mod encoder;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue