Public API and docs

This commit is contained in:
2023-05-26 15:23:15 +01:00
parent 3c1a6e2be2
commit fdf18e6ff8
99 changed files with 503 additions and 406 deletions

View File

@@ -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};