Docs.rs
crev-common-0.22.2
crev-common 0.22.2
Docs.rs crate page
MPL-2.0 OR MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
dpc
kornelski
Dylan-DPC
Dependencies
base64 ^0.13
normal
blake2 ^0.9.2
normal
chrono ^0.4.19
normal
hex ^0.4.3
normal
rand ^0.8.4
normal
rprompt ^1.0.5
normal
serde ^1.0.130
normal
serde_yaml ^0.8.11
normal
shell-escape ^0.1.4
normal
thiserror ^1.0.17
normal
Versions
13.04%
of the crate is documented
Go to latest version
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
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
crev_common
?
Function
crev_common
::
save_to_yaml_file
source
·
[
−
]
pub fn save_to_yaml_file<T>(path: &
Path
, t:
&
T) ->
Result
<
()
,
YAMLIOError
>
where
T:
Serialize
,