pocketflow_rs 0.1.0

PocketFlow implemented by rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod context;
pub mod flow;
pub mod node;
pub mod utils;

pub use context::Context;
pub use flow::*;
pub use node::*;
pub use utils::*;

pub type Params = std::collections::HashMap<String, serde_json::Value>;