Docs.rs
solana-serialize-utils-2.1.0
solana-serialize-utils 2.1.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
anza-team
Dependencies
solana-instruction =2.1.0
normal
solana-pubkey =2.1.0
normal
solana-sanitize =2.1.0
normal
bincode ^1.3.3
dev
borsh ^1.5.1
dev
rand ^0.8.5
dev
serde ^1.0.213
dev
solana-pubkey =2.1.0
dev
Versions
5.88%
of the crate is documented
Go to latest version
Platform
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
solana_
serialize_
utils
2.1.0
In solana_
serialize_
utils::
cursor
solana_serialize_utils
::
cursor
Function
read_u32
Copy item path
Source
pub fn read_u32<T:
AsRef
<[
u8
]>>( cursor: &mut
Cursor
<T>, ) ->
Result
<
u32
,
InstructionError
>