Skip to content

Commit

Permalink
Link example
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Jun 17, 2024
1 parent 9495cda commit ca5f4ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ the `cargo run` command. Alternatively you can do `cargo run -p example-name`.
* [render-value](render-value): Demonstrates how `Value` can be passed as `Serialize` as context.
* [self-referential-context](self-referential-context): Shows a helper that allows self-referential contexts.
* [streaming](streaming): Demonstrates how a one-shot iterator can be used to stream results in.
* [syntax-highlighting](syntax-highlighting): Shows how to implement syntax highlighting with syntect.
* [undefined-tracking](undefined-tracking): Shows how you can track undefined values.
* [value-tracking](value-tracking): Shows how you can track values that are referenced at runtime.
* [wasm-yew](wasm-yew): Shows how to use MiniJinja with WASM in the browser.
Expand Down

0 comments on commit ca5f4ed

Please sign in to comment.