-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: schema.rs
-
None
-
3
-
Iteration Vol au Vent
right now everything is in one giant file, and that's a bit unsustainable. So:
lib.rs – public facing api
schema_parser.rs – SchemaParser trait
field_type.rs – FieldType trait
and possible have,
field.rs – Field trait