Skip to main content

Module schema

Module schema 

Source
Expand description

Genome schema DSL: declarative description of a genome’s structure.

Structs§

GenomeSchema
A complete declarative description of a Genome’s structure.

Enums§

FieldSchema
One field in a Genome’s schema. Tagged enum so it serializes as JSON like {"type": "float", "range": [0.0, 2.0], "sigma": 0.2}.
SchemaError
Errors returned by GenomeSchema::validate when a schema is malformed.
StringMutatorKind
How a String-typed field is mutated.