Add module documentation

This commit is contained in:
Matthias Beyer 2016-10-15 15:20:17 +02:00
parent 378951a16b
commit 647f25a904

View file

@ -112,6 +112,11 @@ pub trait ExternalLinker : InternalLinker {
}
pub mod iter {
//! Iterator helpers for external linking stuff
//!
//! Contains also helpers to filter iterators for external/internal links
//!
use libimagutil::debug_result::*;
use libimagstore::store::Store;