Docs.rs
puniyu_command-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 0.8.1
puniyu 命令库,统一命令定义、元信息与注册表管理流程
Crate
Source
Builds
Feature flags
Documentation
Coverage
100%
16
out of
16
items documented
0
out of
9
items with examples
Size
Source code size: 96.53 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 1.92 MB
This is the summed size of all files generated by rustdoc for all configured targets
Ø build duration
this release: 47s
Average build duration of
successful
builds.
all releases: 1m 6s
Average build duration of
successful
builds in releases after 2024-10-23.
Links
Homepage
puniyu/core
9
0
1
crates.io
Dependencies
async-trait ^0.1.89
normal
clap ^4.5
normal
puniyu_command_types ^0.8.1
normal
puniyu_context ^0.8.1
normal
puniyu_error ^0.8.1
normal
Versions
0.9.0
(2026-06-05)
0.8.17
(2026-06-04)
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-04-30)
0.7.9
(2026-01-12)
0.7.8
(2026-01-11)
0.7.7
(2026-01-11)
0.7.6
(2026-01-11)
0.7.5
(2026-01-07)
0.7.4
(2026-01-07)
0.7.3
(2026-01-07)
0.7.0
(2026-01-06)
0.4.1
(2025-11-16)
0.4.0
(2025-11-16)
0.2.0
(2025-11-15)
0.1.8
(2025-10-25)
0.1.1
(2025-10-25)
0.1.0
(2025-10-24)
Owners
puniyu_command
命令系统库,统一命令定义、元信息和注册管理流程。
特征
提供命令定义与注册相关能力
与命令类型、上下文和错误处理协同工作
适合作为命令系统的基础入口
快速开始
从命令定义和注册流程开始阅读,配合
puniyu_command_types
理解命令系统结构。