diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,2 +1,4 @@ +#[cfg(feature = "guile")] +pub mod guile; pub mod macro_processor; pub mod skaldpress; |
index : skaldpress | ||
Templating engine, made for websites, but possibly useful for other things as well |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/lib.rs | 2 |
@@ -1,2 +1,4 @@ +#[cfg(feature = "guile")] +pub mod guile; pub mod macro_processor; pub mod skaldpress; |