synthclaw 0.1.3

Lightweight synthetic data generation library/CLI.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod config;
pub mod datasets;
pub mod generation;
pub mod hub;
pub mod output;
pub mod providers;
pub mod validation;

mod error;

pub use error::{Error, Result};