Docs.rs
karics-0.1.2
karics 0.1.2
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
jamesatomc
Dependencies
bytes ^1.9.0
normal
httparse ^1.9.5
normal
httpdate ^1.0.3
normal
itoa ^1.0.14
normal
log ^0.4.22
normal
may ^0.3.46
normal
once_cell ^1.20.2
normal
atoi ^2.0.0
dev
buf-min ^0.7
dev
env_logger ^0.11.6
dev
log ^0.4.22
dev
mimalloc ^0.1.43
dev
nanorand ^0.7.0
dev
num_cpus ^1.16.0
dev
serde_json ^1.0.134
dev
smallvec ^1.13.2
dev
yarte ^0.15.7
dev
Versions
27.27%
of the crate is documented
Go to latest version
Platform
x86_64-apple-darwin
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
karics
0.1.2
All Items
Crate Items
Structs
Traits
Crate
karics
Copy item path
Source
Structs
§
Body
Reader
Http
Server
this is the generic type http server with a type parameter that impl
HttpService
trait
Request
Response
Traits
§
Http
Service
the http service trait user code should supply a type that impl the
call
method for the http server
Http
Service
Factory