wip: providing content chunks with ednprovider

This commit is contained in:
🪞👃🪞 2025-01-12 16:12:26 +01:00
parent 1ff35baea9
commit 8c54f8e426
8 changed files with 157 additions and 41 deletions

View file

@ -9,7 +9,6 @@ mod event_map; pub use self::event_map::*;
mod edn_command; pub use self::edn_command::*;
mod edn_input; pub use self::edn_input::*;
mod edn_keymap; pub use self::edn_keymap::*;
mod edn_provide; pub use self::edn_provide::*;
pub(crate) use ::tek_edn::EdnItem;
/// Standard error trait.