Docs.rs
xtap-core-lib-0.5.1
xtap-core-lib 0.5.1
Docs.rs crate page
MIT
01 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
cscb603
Dependencies
anyhow ^1.0
normal
axum ^0.7
normal
optional
chrono ^0.4
normal
dirs ^6.0
normal
optional
eframe ^0.34
normal
optional
egui ^0.34
normal
optional
image ^0.25
normal
optional
memmap2 ^0.9
normal
optional
num_cpus ^1.16
normal
optional
rayon ^1.10
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
optional
sysinfo ^0.32
normal
optional
thiserror ^2.0
normal
tokio ^1.0
normal
optional
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
wgpu ^24.0
normal
optional
http-body-util ^0.1
dev
tower ^0.5
dev
libc ^0.2
normal
windows ^0.60
normal
Versions
50%
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 shell
xtap_
core_
lib
0.5.1
Module shell
Module Items
Structs
Enums
Constants
Functions
In crate xtap_
core_
lib
xtap_core_lib
Module
shell
Copy item path
Source
Structs
§
CliShell
轻量 CLI Shell:把进程参数解析成
Mode
,由 app 分派执行。
Enums
§
Mode
运行模式:由
CliShell
从 argv 解析得到,app 对其
match
分派。
Constants
§
DEFAULT_
HOST
serve 模式默认监听地址。
DEFAULT_
PORT
serve 模式默认端口。
Functions
§
parse
把去掉 argv[0] 后的参数解析成运行
Mode
。