Docs.rs
zenith-api-0.1.0
zenith-api 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
08 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
mcdn-git
Dependencies
pretty_assertions ^1
dev
Versions
100%
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
MAX_BODY_LEN
zenith_
api
0.1.0
zenith_api
Constant
MAX_
BODY_
LEN
Copy item path
Source
pub const MAX_BODY_LEN:
usize
= 4096;
Expand description
最大响应 Body 长度(字节) 小于此值的 Body 使用栈上固定数组,超过时使用堆分配