mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
switchable edn example
This commit is contained in:
parent
4ae31bbba0
commit
ce4574ed78
8 changed files with 105 additions and 21 deletions
|
|
@ -9,7 +9,6 @@ pub use ::tek_layout;
|
|||
mod edn_error; pub use self::edn_error::*;
|
||||
mod edn_item; pub use self::edn_item::*;
|
||||
mod edn_iter; pub use self::edn_iter::*;
|
||||
mod edn_main; pub use self::edn_main::*;
|
||||
mod edn_token; pub use self::edn_token::*;
|
||||
mod edn_view; pub use self::edn_view::*;
|
||||
|
||||
|
|
@ -38,6 +37,6 @@ mod edn_view; pub use self::edn_view::*;
|
|||
EdnItem::<String>::read_all(include_str!("../examples/edn01.edn"))?;
|
||||
EdnItem::<String>::read_all(include_str!("../examples/edn02.edn"))?;
|
||||
//panic!("{layout:?}");
|
||||
//let content = <dyn EdnLayout<::tek_engine::tui::Tui>>::from(&layout);
|
||||
//let content = <dyn EdnViewData<::tek_engine::tui::Tui>>::from(&layout);
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue