Docs.rs
rawcode-0.3.2
rawcode 0.3.2
Permalink
Docs.rs crate page
BSD-2-Clause
OR
MIT
Links
Repository
crates.io
Source
Owners
KizzyCode
Dependencies
rawcode_derive ^0.3.1
normal
optional
Versions
100%
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
Unit
rawcode
0.3.2
Unit
Trait Implementations
RawcodeConstSize
RawcodeDecode
RawcodeEncode
In rawcode::
coding
rawcode
::
coding
Type Alias
Unit
Copy item path
Source
pub type Unit =
()
;
Expand description
Provide an
ident
-compatible alias for the
()
-type
Trait Implementations
§
Source
§
impl
RawcodeConstSize
for
Unit
Source
§
const
SIZE
:
usize
= 0usize
The encoded size of
Self
Source
§
fn
size
() ->
usize
The encoded size of
Self
Source
§
impl
RawcodeDecode
for
Unit
Source
§
fn
decode
(buf: &[
u8
]) ->
Result
<Self,
Error
>
Decodes
Self
from
buf
Source
§
impl
RawcodeEncode
for
Unit
Source
§
fn
encode
(&self, buf: &mut [
u8
]) ->
Result
<
()
,
Error
>
Encodes
self
into
buf