The steps below illustrate a basic setup for local experimentation. For large‑scale deployments see the official “Enterprise Deployment Guide.”
| Component | Function | Key Technologies | |-----------|----------|-------------------| | | Reads and normalises the target schema (JSON‑Schema Draft‑2020‑12, OpenAPI, etc.) | Rust‑based parsers for performance | | Mutation Core | Produces altered versions of valid documents according to rule‑sets | SIMD‑accelerated byte‑level transformations | | Scheduler | Distributes mutation jobs across CPU cores or a Kubernetes cluster | Tokio async runtime, gRPC API | | Reporter | Aggregates results, highlights crashes, and generates coverage metrics | HTML/JSON output, Grafana integration | ---- Crack.schemaplic.5.0 20
If you’ve been using earlier versions of Crack.schemaplic (or are just curious about what a “schema‑plic” actually does), read on. We’ll break down the headline changes, walk through a quick‑start example, and share tips for getting the most out of the new toolset. The steps below illustrate a basic setup for