mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
6 lines
153 B
Rust
6 lines
153 B
Rust
#[macro_export] macro_rules! run_tek_edn {
|
|
($source:expr) => {
|
|
struct EdnRunner;
|
|
impl<E: Engine> EdnLayout<E> for EdnRunner;
|
|
}
|
|
}
|