Expose derive macro behind feature

This commit is contained in:
2026-06-26 00:59:39 +09:00
parent b8404df047
commit ada3578a1d
6 changed files with 12 additions and 10 deletions
+2
View File
@@ -16,6 +16,8 @@ pub mod typed;
pub use ast::{Ast, BinaryOp, CompareOp, Expr, ExprId, Field, Literal, Param};
pub use constraints::normalize_constraints;
#[cfg(feature = "derive")]
pub use decodal_derive::Decodal;
pub use diagnostic::{Diagnostic, DiagnosticKind, Result};
pub use embedding::{HostField, HostValue};
pub use eval::{Engine, format_diagnostic_with};