Docs.rs
shirabe-core-0.1.0
shirabe-core 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
hanasa2023
Dependencies
async-trait ^0.1.88
normal
chrono ^0.4.41
normal
config ^0.15.11
normal
futures-util ^0.3.31
normal
reqwest ^0.12.15
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
shirabe-utils ^0.1.0
normal
thiserror ^2.0.12
normal
tokio ^1.45.0
normal
tokio-tungstenite ^0.26.2
normal
tracing ^0.1.41
normal
url ^2.5.4
normal
uuid ^1.16.0
normal
Versions
63.23%
of the crate is documented
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
Skip to main content
Module command
shirabe_
core
0.1.0
Module command
Module Items
Structs
Type Aliases
In crate shirabe_
core
shirabe_core
Module
command
Copy item path
Source
Structs
§
Command
代表一个机器人指令。
Command
Builder
用于链式构建和注册指令的构建器。
Command
Registry
管理并执行指令。
Parsed
Args
解析后的命令参数和选项。
Type Aliases
§
Command
Action
命令执行的异步动作的类型别名。