rust-switcher 1.0.11

Windows keyboard layout switcher and text conversion utility
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![allow(clippy::expect_used, clippy::unwrap_used)]

pub mod config_io_tests;
pub mod config_path_tests;
pub mod config_validator_tests;
pub mod env_lock;
pub mod hotkey_format_tests;
pub mod keyboard_sequence_tests;
pub mod keyboard_vk_tests;
pub mod mapping_invariants_tests;
pub mod on_hotkey_tests;
pub mod ring_buffer_tests;