Add module documentation
This commit is contained in:
parent
378951a16b
commit
647f25a904
1 changed files with 5 additions and 0 deletions
|
@ -112,6 +112,11 @@ pub trait ExternalLinker : InternalLinker {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub mod iter {
|
pub mod iter {
|
||||||
|
//! Iterator helpers for external linking stuff
|
||||||
|
//!
|
||||||
|
//! Contains also helpers to filter iterators for external/internal links
|
||||||
|
//!
|
||||||
|
|
||||||
use libimagutil::debug_result::*;
|
use libimagutil::debug_result::*;
|
||||||
use libimagstore::store::Store;
|
use libimagstore::store::Store;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue