keyhog-sources 0.5.40

keyhog-sources: pluggable input backends for KeyHog (git, S3, Docker, Web)
Documentation
1
2
3
4
5
6
7
//! Aggregated coverage-gap + multi-OS dogfood tests (generated).
//! One binary so the many gap modules link once, isolated from all_tests.
#![allow(clippy::all)]
#[path = "gaps/filesystem_source.rs"]
mod filesystem_source;
#[path = "gaps/git_source.rs"]
mod git_source;