decode_schema

Function decode_schema 

Source
pub fn decode_schema(encoded: &str) -> Result<String, SchemaError>
Expand description

Full schema decoding pipeline: framed → display96 → binary → IR → JSON

§Example

let framed = "𓍹{display96_encoded}𓍺";
let json = decode_schema(framed)?;