Docs.rs
freedom-api-3.2.0
freedom-api 3.2.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
caleb-leinz
Dependencies
async-stream ^0.3.5
normal
bytes ^1.7.1
normal
freedom-config ^1.0.0
normal
freedom-models ^3.1.0
normal
futures-core ^0.3.30
normal
moka ^0.12.10
normal
optional
reqwest ^0.13.1
normal
serde ^1.0.195
normal
serde_json ^1.0.111
normal
thiserror ^2.0.11
normal
time ^0.3.36
normal
tokio ^1
normal
tracing ^0.1.40
normal
url ^2.5.0
normal
futures ^0.3.30
dev
httpmock ^0.8.2
dev
tokio ^1.28.2
dev
tokio-test ^0.4.4
dev
tracing-test ^0.2.4
dev
Versions
74.45%
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
IntoEnv
freedom_
api
3.2.0
IntoEnv
Required Methods
into
Implementors
In freedom_
api::
config
freedom_api
::
config
Trait
IntoEnv
Copy item path
Source
pub trait IntoEnv { // Required method fn
into
(self) ->
Environment
; }
Required Methods
§
Source
fn
into
(self) ->
Environment
Implementors
§
Source
§
impl
IntoEnv
for
Environment
Source
§
impl<T>
IntoEnv
for T
where T:
Env
,