catar/encoder.rs: first try

This commit is contained in:
Dietmar Maurer
2018-12-27 13:15:10 +01:00
parent fba3437f1e
commit fb8365b79f
3 changed files with 102 additions and 4 deletions

View File

@ -33,6 +33,7 @@ pub mod server {
pub mod catar {
pub mod format_definition;
pub mod encoder;
}
pub mod section_config;