synthclaw 0.1.3

Lightweight synthetic data generation library/CLI.
Documentation
1
2
3
4
5
mod engine;
mod prompt;

pub use engine::{GenerationEngine, GenerationResult, GenerationStats};
pub use prompt::PromptBuilder;