Docs.rs
sol-parser-sdk-0.7.0
sol-parser-sdk 0.7.0
Docs.rs crate page
MIT
31 August 2026
Links
Repository
crates.io
Source
Owners
0xfnzero
Dependencies
anyhow ^1.0.90
normal
base64 ^0.22.1
normal
base64-simd ^0.8
normal
borsh ^1.5.3
normal
bs58 ^0.5.1
normal
chrono ^0.4.39
normal
crossbeam-queue ^0.3.12
normal
futures ^0.3.31
normal
libc ^0.2
normal
log ^0.4.22
normal
memchr ^2.7
normal
once_cell ^1.20.3
normal
prost ^0.14.3
normal
rayon ^1.10
normal
rustls ^0.23.23
normal
serde ^1.0.215
normal
serde-big-array ^0.5.1
normal
smallvec ^1.13
normal
solana-client =4.2.2
normal
solana-entry =4.2.2
normal
solana-sdk =4.0.1
normal
solana-transaction-error =3.3.2
normal
solana-transaction-status =4.2.2
normal
spl-pod =0.7.2
normal
spl-token ^9.0.0
normal
spl-token-2022 ^11.0.0
normal
tokio ^1.42.0
normal
tonic ^0.14.5
normal
tonic-prost ^0.14.5
normal
wide ^0.7
normal
wincode =0.5.5
normal
yellowstone-grpc-client =13.5.0
normal
yellowstone-grpc-proto =12.7.0
normal
criterion ^0.7.0
dev
serde_json ^1.0.134
dev
Versions
23.74%
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
Skip to main content
read_string
sol_
parser_
sdk
0.7.0
In sol_
parser_
sdk::
logs::
utils
sol_parser_sdk
::
logs
::
utils
Function
read_
string
Copy item path
Source
pub fn read_string(data: &[
u8
], offset:
usize
) ->
Option
<(
String
,
usize
)>
Expand description
从字节数组中读取字符串(分配版本,向后兼容)