Docs.rs
pf_sandbox_lib-0.3.1
pf_sandbox_lib 0.3.1
Permalink
Docs.rs crate page
GPL-3.0
Links
Homepage
Repository
crates.io
Source
Owners
rukai
Dependencies
backtrace ^0.3
normal
bincode ^1
normal
chrono ^0.4
normal
dirs ^1
normal
env_logger ^0.6
normal
gilrs-core ^0.1
normal
log ^0.4
normal
matches ^0.1
normal
num-derive ^0.2
normal
num-traits ^0.2
normal
os_type ^2
normal
rand ^0.6
normal
reqwest ^0.9
normal
serde ^1
normal
serde_derive ^1
normal
serde_json ^1
normal
sha2 ^0.8
normal
strum ^0.13
normal
strum_macros ^0.13
normal
toml ^0.4
normal
treeflection ^0.1
normal
treeflection_derive ^0.3
normal
uuid ^0.7
normal
winit ^0.18
normal
winit_input_helper ^0.2
normal
zip ^0.5
normal
Versions
7.18%
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
pf_
sandbox_
lib
0.3.1
In pf_
sandbox_
lib::
files
pf_sandbox_lib
::
files
Function
load_struct
Copy item path
Source
pub fn load_struct<T:
DeserializeOwned
>(filename:
PathBuf
) ->
Result
<T,
String
>