Docs.rs
root-0.1.1
root 0.1.1
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
encodeous
Dependencies
anyhow ^1.0.86
normal
cfg-if ^1.0.0
normal
educe ^0.6.0
normal
serde ^1.0.204
normal
optional
serde_json ^1.0.120
normal
serde_with ^3.9.0
normal
optional
thiserror ^1.0.63
normal
Versions
38.54%
of the crate is documented
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
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
Files
root/
lib.rs
1
pub mod
concepts;
2
pub mod
framework;
3
pub mod
router;
4
pub mod
util;
5
pub mod
feedback;