wip: trait EdnCommand

This commit is contained in:
🪞👃🪞 2025-01-12 01:07:01 +01:00
parent 8850fbf2f8
commit aad7aa6c5e
7 changed files with 193 additions and 165 deletions

View file

@ -5,7 +5,9 @@ mod input; pub use self::input::*;
mod handle; pub use self::handle::*;
mod command; pub use self::command::*;
mod event_map; pub use self::event_map::*;
mod edn_cmd; pub use self::edn_cmd::*;
pub(crate) use ::tek_edn::EdnItem;
/// Standard error trait.
pub(crate) use std::error::Error;
/// Standard result type.