Docs.rs
pipebytes-0.1.0
pipebytes 0.1.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
51yu
Dependencies
anyhow ^1.0
normal
byteorder ^1.4.3
normal
pipebase ^0.1.0
normal
Versions
0%
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
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
☰
Trait IntoBytes
Required Methods
into_bytes
Implementations on Foreign Types
Averagef32
Count32
String
f32
f64
i32
i64
u32
u64
Implementors
Other items in
pipebytes
?
Trait
pipebytes
::
IntoBytes
[
−
]
[src]
pub trait IntoBytes { fn
into_bytes
(self) ->
Result
<
Vec
<
u8
>>; }
Required methods
[src]
fn
into_bytes
(self) ->
Result
<
Vec
<
u8
>>
Implementations on Foreign Types
[src]
impl
IntoBytes
for
u32
[src]
fn
into_bytes
(self) ->
Result
<
Vec
<
u8
>>
[src]
impl
IntoBytes
for
Count32
[src]
fn
into_bytes
(self) ->
Result
<
Vec
<
u8
>>
[src]
impl
IntoBytes
for
i32
[src]
fn
into_bytes
(self) ->
Result
<
Vec
<
u8
>>
[src]
impl
IntoBytes
for
u64
[src]
fn
into_bytes
(self) ->
Result
<
Vec
<
u8
>>
[src]
impl
IntoBytes
for
i64
[src]
fn
into_bytes
(self) ->
Result
<
Vec
<
u8
>>
[src]
impl
IntoBytes
for
f32
[src]
fn
into_bytes
(self) ->
Result
<
Vec
<
u8
>>
[src]
impl
IntoBytes
for
Averagef32
[src]
fn
into_bytes
(self) ->
Result
<
Vec
<
u8
>>
[src]
impl
IntoBytes
for
f64
[src]
fn
into_bytes
(self) ->
Result
<
Vec
<
u8
>>
[src]
impl
IntoBytes
for
String
[src]
fn
into_bytes
(self) ->
Result
<
Vec
<
u8
>>
Implementors