Docs.rs
serum-0.4.7
serum 0.4.7
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
armaniferrante
Dependencies
arbitrary ^0.4.6
normal
optional
arrayref ^0.3.6
normal
bincode ^1.3.1
normal
bytemuck ^1.4.0
normal
byteorder ^1.3.4
normal
enumflags2 ^0.6.4
normal
field-offset ^0.3.4
normal
itertools ^0.9.0
normal
num-traits ^0.2.12
normal
num_enum ^0.5.0
normal
safe-transmute ^0.11.0
normal
serde ^1.0.114
normal
solana-program ^1.6.18
normal
spl-token ^3.0.0-pre1
normal
static_assertions ^1.1.0
normal
thiserror ^1.0.20
normal
without-alloc ^0.2.1
normal
bumpalo ^3.4.0
dev
hexdump ^0.1.0
dev
proptest ^1.0.0
dev
proptest-derive ^0.3.0
dev
rand ^0.7.3
dev
Versions
8.47%
of the crate is documented
Platform
i686-pc-windows-msvc
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
ToAlignedBytes
serum_
dex
0.4.7
ToAligned
Bytes
Required Methods
to_aligned_bytes
Implementations on Foreign Types
Pubkey
Implementors
In serum_
dex::
state
serum_dex
::
state
Trait
ToAligned
Bytes
Copy item path
Source
pub trait ToAlignedBytes { // Required method fn
to_aligned_bytes
(&self) -> [
u64
;
4
]; }
Required Methods
§
Source
fn
to_aligned_bytes
(&self) -> [
u64
;
4
]
Implementations on Foreign Types
§
Source
§
impl
ToAlignedBytes
for
Pubkey
Source
§
fn
to_aligned_bytes
(&self) -> [
u64
;
4
]
Implementors
§