dspy-rs 0.7.3

A DSPy rewrite(not port) to Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod lm;
pub mod module;
pub mod settings;
pub mod signature;
pub mod specials;

pub use lm::*;
pub use module::*;
pub use settings::*;
pub use signature::*;
pub use specials::*;