MaulingMonkey / thindx

Thin DirectX wrappers for Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

autooutput examples

MaulingMonkey opened this issue · comments

Would be nice to auto-verify test output via proc macro. Two annoyances:

  • Parsing doc attrs
  • Redirecting stdout for capture (maybe override print[ln]! instead?)

Better idea: Separate examples out, and then generate docs embedding output from them, via xtasks doc ?