Docs.rs
process-fun-core-0.1.2
process-fun-core 0.1.2
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
eytans
Dependencies
bincode ^1.3.3
normal
interprocess ^2.2.2
normal
nix ^0.29
normal
serde ^1.0.214
normal
syn ^2.0.90
normal
thiserror ^2.0.4
normal
Versions
75%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
process_
fun_
core
0.1.2
In process_
fun_
core::
ser
process_fun_core
::
ser
Function
to_vec
Copy item path
Source
pub fn to_vec<T:
Serialize
>(value:
&T
) ->
Result
<
Vec
<
u8
>,
Error
>