brk_bindgen 0.3.0-beta.9

A trait-based generator of client bindings for multiple languages
Documentation
1
2
3
4
5
6
7
8
/// Schema metadata for a typed `text/plain` response.
#[derive(Debug, Clone)]
pub struct TextSchema {
    /// Schema name, e.g. "Height", "Hex".
    pub name: String,
    /// True when the underlying primitive is `integer`/`number` (body needs numeric parsing).
    pub is_numeric: bool,
}