Docs.rs
romy-core-0.2.0
romy-core 0.2.0
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
catt-io
Dependencies
bincode ^1.0.1
normal
byteorder ^1.2.7
normal
serde ^1.0.85
normal
serde_derive ^1.0.85
normal
Versions
56.47%
of the crate is documented
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
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
romy_
core
0.2.0
encode
Sections
Arguments
In romy_
core::
serial
romy_core
::
serial
Function
encode
Copy item path
Source
pub fn encode(object: &impl
Serialize
) ->
Vec
<
u8
>
ⓘ
Expand description
Encodes an object as a series of bytes
§
Arguments
object
- the object to encode