Docs.rs
fwetch-0.1.2
fwetch 0.1.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
franklinblanco
Dependencies
actix-web ^4
normal
optional
reqwest ^0.11.11
normal
serde ^1.0
normal
serde_json ^1
normal
tokio ^1.20.1
normal
Versions
13.64%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
fwetch/
lib.rs
1
#[cfg(feature =
"all"
)]
2
pub mod
client;
3
pub mod
helpers;
4
#[cfg(feature =
"all"
)]
5
pub mod
dto;