Public API and docs
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
//! functions to interact with Orchid code
|
||||
mod apply;
|
||||
mod context;
|
||||
mod error;
|
||||
@@ -5,4 +6,4 @@ mod run;
|
||||
|
||||
pub use context::{Context, Return};
|
||||
pub use error::RuntimeError;
|
||||
pub use run::{run, run_handler, Handler, HandlerParm, HandlerRes};
|
||||
pub use run::{run, run_handler, Handler, HandlerErr, HandlerParm, HandlerRes};
|
||||
|
||||
Reference in New Issue
Block a user