diff options
author | Qrius <[email protected]> | 2024-12-06 14:23:32 +0100 |
---|---|---|
committer | Qrius <[email protected]> | 2024-12-06 14:23:41 +0100 |
commit | 1b59010b7da3b86aea6eb929d7efe37bdf735cd6 (patch) | |
tree | 568406b02dd280c005a54622b22a025776dcca9a /src/lib.rs | |
parent | 42ec0c6469238b60bfd5f5c0baa085ec0c6ec148 (diff) | |
download | skaldpress-1b59010b7da3b86aea6eb929d7efe37bdf735cd6.tar.gz skaldpress-1b59010b7da3b86aea6eb929d7efe37bdf735cd6.zip |
Add some basic bindings for Guile-3.0
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; |