// pub use error ::err;
//
// // pub use error ::BasicError;
//
// pub use mod_interface ::mod_interface;
//
// /// error tools
// pub mod error
// {
// pub use error :: *;
// pub use error ::typed :: *;
// pub use ::error_tools ::dependency :: *;
// }
//
// /// This module provides utilities for working with iterators.
// pub mod iter
// {
// pub use iter_tools ::prelude :: *;
// }
//
// /// Collection of function and structures to manipulate paths.
// pub mod path_tools
// {
// // pub use pth ::own :: *;
// // pub use pth ::own ::path;
// // zzz: make use pth ::own ::path working
// pub use proper_path ::own as path;
// }