Docs.rs
puniyu_command_parser-0.8.1
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
puniyu_command_parser 0.8.1
puniyu 命令解析器,统一命令文本解析、别名剥离与参数验证流程
Crate
Source
Builds
Feature flags
Documentation
Coverage
80%
24
out of
30
items documented
1
out of
17
items with examples
Size
Source code size: 95.8 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 1.3 MB
This is the summed size of all files generated by rustdoc for all configured targets
Ø build duration
this release: 59s
Average build duration of
successful
builds.
all releases: 44s
Average build duration of
successful
builds in releases after 2024-10-23.
Links
Homepage
puniyu/core
9
0
1
crates.io
Dependencies
clap ^4.5
normal
puniyu_command ^0.8.1
normal
puniyu_command_types ^0.8.1
normal
shlex ^1.3
normal
thiserror ^2.0.17
normal
async-trait ^0.1.89
dev
puniyu_command ^0.8.1
dev
puniyu_context ^0.8.1
dev
puniyu_error ^0.8.1
dev
Versions
0.8.16
(2026-06-04)
0.8.15
(2026-06-04)
0.8.14
(2026-06-04)
0.8.13
(2026-06-04)
0.8.12
(2026-06-03)
0.8.11
(2026-06-02)
0.8.10
(2026-06-01)
0.8.9
(2026-05-29)
0.8.8
(2026-05-19)
0.8.7
(2026-05-18)
0.8.4
(2026-05-13)
0.8.3
(2026-05-08)
0.8.2
(2026-05-07)
0.8.1
(2026-05-06)
0.8.0
(2026-05-06)
Owners
puniyu_command_parser
命令解析器,负责解析命令文本、别名和参数。
特征
支持命令文本解析
支持别名剥离与参数验证
与
puniyu_command
、
puniyu_command_types
配合使用
快速开始
从命令解析流程开始阅读,了解文本命令如何转换为可执行结构。