xinput-mapper 0.1.2

Functional helpers to convert DInput YAML mapping into an XInput-like state.
Documentation
# ---- Rust / Cargo ----
/target/

**/*.rs.bk


# If this is a library (recommended): ignore Cargo.lock
Cargo.lock


# ---- Binary / Library Artifacts ----
*.exe

*.dll

*.so

*.dylib

*.pdb

*.lib

*.a


# ---- Runtime / Output ----
*.log

*.yaml

*.yml

mapping.yaml

*.json

*.tmp


# ---- Development / Tooling ----
.vscode/

.idea/

*.iml

*.swp

*.swo

*.bak


# ---- OS / System Files ----
.DS_Store

Thumbs.db

desktop.ini


# ---- Environment / Config ----
.env

.env.*