Expand description
Format detection, capabilities, and serialization for value-model formats.
Each format in this module is loaded into a common serde_json::Value.
Conversion rules are expressed as format capabilities so adding another
value-model format only requires registering its aliases, extensions,
conversion family, and serializer/parser here.
Enumsยง
- Conversion
Operation - Which operation is checking a conversion edge.
- Format
- Supported textual formats for the value-model disassembler.
- Format
Family - A family of formats that can safely convert among themselves.