aboutsummaryrefslogtreecommitdiff
path: root/examples/example-repl-basic/page.toml
blob: 83d92c07d0396a897c697e65c45890c8bfc421c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[example]
id = "example-repl-basic"
name = "REPL Basic"
icon = "🔁"
category = "repl"
desc = """
Example REPL Basic
"""
tags = ["repl"]
files = ["src/main.rs", "Cargo.toml"]