blob: bfe5340733ff5ee1948a89484f3235c48d3402eb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
[example]
id = "example-repl-basic"
name = "REPL Basic"
icon = "🔁"
category = "repl"
desc = """
Demonstrates how to build an interactive REPL shell with Mingling using `exec_repl()`, custom prompts, and built-in setups.
"""
tags = ["repl"]
files = ["src/main.rs", "Cargo.toml"]
|