diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-07 23:34:39 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-07 23:34:39 +0800 |
| commit | 2d1157ae0fc1c2bc3ad6ec20e64e2f8e8757524b (patch) | |
| tree | 286d89b016e9a315e95aee3d533fc417376d3ff0 /README.md | |
| parent | 5dbf91c920c64f47236771eec374eeea20838d88 (diff) | |
Document the dispatch_tree feature for O(n) to O(len) lookup
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -252,7 +252,7 @@ You can read the following docs to learn more about the `Mingling` framework: - [x] \[[0.1.7](https://docs.rs/mingling/0.1.7/mingling/)\] Clap Parser Support - [x] core: \[[0.1.7](https://docs.rs/mingling/0.1.7/mingling/)\] Help System - [x] mling: \[[0.1.7](https://docs.rs/mingling/0.1.7/mingling/)\] Mingling-CLI Tool ( `mling` ) -- [ ] core: \[**0.1.8**\] Compile-Time Dispatcher Tree +- [X] core: \[[0.1.8](https://docs.rs/mingling/0.1.8/mingling/)\] Compile-Time Dispatcher Tree - [ ] \[**0.1.9**\] Helpdoc Generation - [ ] core: \[**0.1.9**\] Debug Toolkits ( `InvokeStackDisplay` ) - [ ] core: \[**0.2.0**\] REPL Mode ( `program.exec_repl();` ) |
