Docs.rs
halo-core-0.1.5
halo-core 0.1.5
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
halo-micro
Dependencies
anyhow ^1
normal
serde ^1
normal
serde_json ^1
normal
serde_yaml ^0.9
normal
tokio ^1
normal
toml ^0.8
normal
criterion ^0.5
dev
num_cpus ^1
dev
rustc_version_runtime ^0.1
dev
tokio ^1
dev
tokio-util ^0.7
dev
Versions
40.22%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Crate core
core
0.1.5
All Items
Crate Items
Modules
Crate
core
Copy item path
Source
Expand description
core
:halo 的基础能力(配置加载、ServiceConf 等)。
Modules
§
conf
配置加载工具(对齐 go-zero 的
core/conf
)。
context
对齐 Go
context
包的一站式实现:支持取消、截止时间和值传递。 设计目标:
service
基础服务配置(与 go-zero 的
service.ServiceConf
对齐的占位实现)。