Docs.rs
cfgloader-0.1.1
cfgloader 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Crates.io
Source
Owners
dalloriam
Dependencies
dirs ^4
normal
polyglot ^0.2.1
normal
serde ^1
normal
snafu ^0.6
normal
Versions
0.1.1
0.1.0
Platform
x86_64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-apple-darwin
i686-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
☰
Other items in
cfgloader
?
Function
cfgloader
::
load
[
−
]
[src]
pub fn load<T:
DeserializeOwned
>(
namespace: &
str
,
name: &
str
) ->
Result
<T,
Error
>