Skip to content
This repository was archived by the owner on Jan 4, 2026. It is now read-only.

Commit 18c32d8

Browse files
feat: expose Function type in the public API
1 parent 3f9ec7a commit 18c32d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ pub mod prelude {
88
pub use crate::builder::ProgramBuilder;
99
pub use crate::builder::FunctionBuilder;
1010
pub use crate::program::Program;
11+
pub use crate::program::Function;
1112
pub use crate::runtime::Vm;
1213
pub use crate::runtime::VmError;
1314
pub use crate::runtime::VmExecutionResult;

0 commit comments

Comments
 (0)