improve catar docs

This commit is contained in:
Dietmar Maurer
2018-12-30 13:47:27 +01:00
parent 48147efd12
commit 4fa71e0573
5 changed files with 113 additions and 40 deletions

View File

@ -1,3 +1,7 @@
//! *catar* format encoder.
//!
//! This module contain the code to generate *catar* archive files.
use failure::*;
use super::format_definition::*;