state: Add basic input handling

This commit is contained in:
Victoria Brekenfeld 2021-12-22 20:14:09 +01:00
parent e7ecfc8903
commit d0304415eb
6 changed files with 503 additions and 43 deletions

View file

@ -9,6 +9,7 @@ use anyhow::{Context, Result};
use slog::Drain;
pub mod backend;
pub mod input;
pub mod shell;
pub mod state;
pub mod utils;