blut-dsl 0.2.0-alpha.1

BLUT Starlark front-end — evaluates a .star recipe to a PlanSpec JSON. Runs OUT OF PROCESS from the engine so starlark's serde_json/arbitrary_precision feature (which breaks the engine's internally-tagged enums via Cargo feature unification) never reaches the engine binary.
docs.rs failed to build blut-dsl-0.2.0-alpha.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

blut-dsl

Hermetic Starlark front-end for BLUT PlanSpec JSON. Evaluation happens out of process so Starlark dependency features cannot alter BLUT engine serialization.

cargo install blut-dsl --version =0.2.0-alpha.1
blut-dsl recipe.star --args '{"corpus":"demo"}'

Licensed under AGPL-3.0-or-later.