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:
Brian Anderson 2011-07-07 12:22:39 -07:00
parent b723082cdb
commit e29ef1bec2
5 changed files with 20 additions and 20 deletions

View file

@ -82,7 +82,7 @@ mod metadata {
export decoder;
export creader;
mod tags;
mod common;
mod tyencode;
mod tydecode;
mod encoder;