keyhog-sources 0.5.4

keyhog-sources — pluggable input backends for KeyHog (git, S3, Docker, Web)
Documentation
1
2
3
4
5
6
//! Concurrent-iteration tests for source backends.
//!
//! Multiple sources iterating in parallel must not corrupt shared state
//! (interner caches, walker thread pool, ziftsieve internals).

mod parallel_filesystem;