ontogen-ts 0.1.5

Rust AST → TypeScript emitter for ontogen's long-tail type bindings
Documentation
1
2
3
4
5
6
#[serde(default)]
pub struct Settings {
    pub name: String,
    pub retries: u32,
    pub notes: Option<String>,
}