tengri/input
unspeaker e3e3c163da
Some checks are pending
/ build (push) Waiting to run
input: refactor, move dsl stuff to tek config
2025-08-23 13:47:45 +03:00
..
Cargo.lock tek_ -> tengri_; reset to v0.1.0; add root reexporter package 2025-03-14 23:39:31 +02:00
Cargo.toml input: refactor, move dsl stuff to tek config 2025-08-23 13:47:45 +03:00
input.rs input: refactor, move dsl stuff to tek config 2025-08-23 13:47:45 +03:00
input_test.rs input: refactor, move dsl stuff to tek config 2025-08-23 13:47:45 +03:00
README.md input: refactor, move dsl stuff to tek config 2025-08-23 13:47:45 +03:00

tengri_input is where tengri's input handling is defined.

the following items are provided:

  • Input trait, for defining for input sources
  • Handle trait and handle! macro, for defining input handlers
  • Command trait and the command! macro, for defining commands that inputs may result in