{% capture input %}examples/{{ include.name }}.rs{% endcapture %} {% capture output %}examples/{{ include.name }}.schema.json{% endcapture %} ```rust {% include {{ input }} %} ```
Click to see the output JSON schema... ```json {% include {{ output }} %} ```