chidori 0.1.28

A Rust library for executing prompt-graph models
Documentation
1
2
3
4
5
6
7
extern crate protobuf;
extern crate neon_serde3;
pub mod translations;

pub use prompt_graph_core::proto::{ChangeValue, Path, SerializedValue};
pub use prompt_graph_core::proto::serialized_value::Val;
pub use prompt_graph_core::proto::*;