Docs.rs
solana-accounts-db-2.1.11
solana-accounts-db 2.1.11
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
anza-team
Dependencies
ahash ^0.8.11
normal
bincode ^1.3.3
normal
blake3 ^1.5.4
normal
bv ^0.11.1
normal
bytemuck ^1.19.0
normal
bytemuck_derive ^1.8.0
normal
bzip2 ^0.4.4
normal
crossbeam-channel ^0.5.13
normal
dashmap ^5.5.3
normal
index_list ^0.2.13
normal
indexmap ^2.6.0
normal
itertools ^0.12.1
normal
lazy_static ^1.5.0
normal
log ^0.4.22
normal
lz4 ^1.28.0
normal
memmap2 ^0.5.10
normal
modular-bitfield ^0.11.2
normal
num_cpus ^1.16.0
normal
num_enum ^0.7.3
normal
qualifier_attr ^0.2.2
normal
optional
rand ^0.8.5
normal
rayon ^1.10.0
normal
seqlock ^0.2.0
normal
serde ^1.0.213
normal
serde_derive ^1.0.213
normal
smallvec ^1.13.2
normal
solana-bucket-map =2.1.11
normal
solana-frozen-abi =2.1.11
normal
optional
solana-frozen-abi-macro =2.1.11
normal
optional
solana-inline-spl =2.1.11
normal
solana-lattice-hash =2.1.11
normal
solana-measure =2.1.11
normal
solana-metrics =2.1.11
normal
solana-nohash-hasher ^0.2.1
normal
solana-rayon-threadlimit =2.1.11
normal
solana-sdk =2.1.11
normal
solana-stake-program =2.1.11
normal
optional
solana-svm-transaction =2.1.11
normal
solana-vote-program =2.1.11
normal
optional
static_assertions ^1.1.0
normal
tar ^0.4.42
normal
tempfile ^3.13.0
normal
thiserror ^1.0.65
normal
assert_matches ^1.5.0
dev
criterion ^0.5.1
dev
libsecp256k1 ^0.6.0
dev
memoffset ^0.9
dev
rand_chacha ^0.3.1
dev
serde_bytes ^0.11.15
dev
solana-compute-budget =2.1.11
dev
solana-logger =2.1.11
dev
solana-sdk =2.1.11
dev
static_assertions ^1.1.0
dev
strum ^0.24
dev
strum_macros ^0.24
dev
test-case ^3.3.1
dev
Versions
39.22%
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_
accounts_
db
2.1.11
Module meta
Module Items
Structs
Enums
Type Aliases
In solana_
accounts_
db::
account_
storage
solana_accounts_db
::
account_storage
Module
meta
Copy item path
Source
Structs
§
Account
Meta
This struct will be backed by mmaped and snapshotted data files. So the data layout must be stable and consistent across the entire cluster!
Stored
Meta
Meta contains enough context to recover the index from storage itself This struct will be backed by mmaped and snapshotted data files. So the data layout must be stable and consistent across the entire cluster!
Enums
§
Stored
Account
Meta
References to account data stored elsewhere. Getting an
Account
requires cloning (see
StoredAccountMeta::clone_account()
).
Type Aliases
§
Stored
Meta
Write
Version