Docs.rs
titan-server-0.1.6
titan-server 0.1.6
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
vincent-thomas
Dependencies
chrono ^0.4.38
normal
optional
futures-util ^0.3.31
normal
titan-core ^0.1.6
normal
titan-http ^0.1.6
normal
tokio ^1.42.0
normal
Versions
33.33%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
titan_server/
lib.rs
1
2
3
4
mod
server;
pub use
server::serve;
pub use
server::Server;
mod
utils;