cu29-runtime 0.15.0

Copper Runtime Runtime crate. Copper is an engine for robotics.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
import "../../../justfile"

# Render the edge-case test config for DAG visualization.
dag-edge-cases:
	#!/usr/bin/env bash
	set -euo pipefail
	cargo run -p cu29-runtime --bin cu29-rendercfg -- --open render_edge_cases.ron

# Render the resource table test config for DAG visualization.
dag-resource-tables:
	#!/usr/bin/env bash
	set -euo pipefail
	cargo run -p cu29-runtime --bin cu29-rendercfg -- --open render_resource_tables.ron