mirror of
https://github.com/danbulant/cushy
synced 2026-05-19 12:19:02 +00:00
336 B
336 B
Cushy User Guide
The Cushy user guide contains examples that are generated using Cushy's virtual recorder functionality. To build this guide:
-
Install mdbook and mdbook-variables
-
Capture examples:
CAPTURE=1 cargo test -p guide-examples --examples -
Build the guide:
mdbook build guide