chidori 0.1.28

A Rust library for executing prompt-graph models
Documentation
1
2
3
4
5
6
7
fn main() -> Result<(), Box<dyn std::error::Error>> {

    #[cfg(feature = "python")]
    pyo3_build_config::add_extension_module_link_args();

    Ok(())
}