aumm_core 0.1.0

Abstract Universal Macro Model core: deterministic gesture recognition and macro execution.
Documentation
1
2
3
4
5
6
7
use thiserror::Error;

#[derive(Debug, Error)]
pub enum AummError {
    #[error("invalid thresholds (ordering violated)")]
    InvalidThresholds,
}