blob: d1fd425784722428b45d4af803a6a66f0faba2b5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
[example]
id = "example-dispatch-tree"
name = "Dispatch Tree"
icon = "🌳"
category = "dispatch"
desc = """
Introduces the `dispatch_tree` feature that converts the subcommand list into a compile-time prefix trie for O(n) command lookup.
"""
tags = ["dispatch_tree"]
files = ["src/main.rs", "Cargo.toml"]
|