Docs.rs
solana-serialize-utils-2.1.2
solana-serialize-utils 2.1.2
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
anza-team
Dependencies
solana-instruction =2.1.2
normal
solana-pubkey =2.1.2
normal
solana-sanitize =2.1.2
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.2
dev
Versions
5.88%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
solana_
serialize_
utils
2.1.2
In solana_
serialize_
utils::
cursor
solana_serialize_utils
::
cursor
Function
read_u64
Copy item path
Source
pub fn read_u64<T:
AsRef
<[
u8
]>>( cursor: &mut
Cursor
<T>, ) ->
Result
<
u64
,
InstructionError
>