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
solana_serialize_utils
Function
read_u8
Copy item path
Source
pub fn read_u8(current: &mut
usize
, data: &[
u8
]) ->
Result
<
u8
,
SanitizeError
>