keyhog-sources 0.5.39

keyhog-sources: pluggable input backends for KeyHog (git, S3, Docker, Web)
Documentation
1
2
3
4
5
6
7
//! LR1-A8 replacement gate: `filesystem/read.rs` missing path error.

#[test]
fn read_missing_path_returns_io_error() {
    let err = std::fs::read("/nonexistent/keyhog-gate-path");
    assert!(err.is_err());
}