Docs.rs
client-core-0.1.0
client-core 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
soddygo
Dependencies
anyhow ^1.0
normal
base64 ^0.22
normal
bollard ^0.19
normal
chrono ^0.4
normal
derive_builder ^0.20
normal
docker-compose-types ^0.22
normal
dotenvy ^0.15
normal
duckdb ^1.3
normal
ducker ^0.5.5
normal
flate2 ^1.1
normal
fs_extra ^1.3
normal
futures ^0.3
normal
futures-util ^0.3
normal
indicatif ^0.18
normal
optional
infer ^0.19
normal
mysql_async ^0.36.1
normal
num_cpus ^1.16
normal
once_cell ^1.19
normal
quick_cache ^0.6
normal
regex ^1.12
normal
remove_dir_all ^1
normal
reqwest ^0.12
normal
rust-i18n ^3
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_yaml =0.9.33
normal
sha2 ^0.10
normal
shellexpand ^3.1.0
normal
sqlparser ^0.59
normal
tar ^0.4
normal
tempfile ^3.23
normal
thiserror ^2.0
normal
tokio ^1
normal
tokio-stream ^0.1
normal
toml ^0.9
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
url ^2.5
normal
uuid ^1
normal
walkdir ^2.5
normal
which ^8.0
normal
winnow ^0.7
normal
zip ^6.0
normal
zip-extract ^0.4
normal
sqlx ^0.8
dev
tempfile ^3.23
dev
tokio ^1
dev
Versions
64.95%
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 version
client_
core
0.1.0
Module version
Sections
版本管理模块
Module Items
Structs
Enums
Functions
In crate client_
core
client_core
Module
version
Copy item path
Source
Expand description
§
版本管理模块
提供统一的版本号解析、比较和管理功能,支持:
四段式版本号格式 (major.minor.patch.build)
版本比较和排序
基础版本提取
补丁适用性检查
版本格式验证
Structs
§
Version
版本号结构体,支持四段式版本号 (major.minor.patch.build)
Enums
§
Version
Comparison
版本比较结果
Functions
§
version_
from_
str
版本号 serde 反序列化