This patch removes unused crate imports reported by newer rust versions. Some crates were only required for tests, some only for tests with macro_import - these things were fixed with feature gates.
This fixes errors (former warnings) in several locations.
Along: Add files in documentation for modules that not yet had one.