Docs.rs
solana-entry-4.2.0
solana-entry 4.2.0
Docs.rs crate page
Apache-2.0
07 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
anza-team
Dependencies
agave-votor-messages =4.2.0
normal
crossbeam-channel ^0.5.15
normal
log ^0.4.32
normal
num_cpus ^1.17.0
normal
rayon ^1.12.0
normal
smallvec ^1.15.2
normal
solana-address >=2.6.1, <2.7.0
normal
solana-bls-signatures >=3.3.0, <3.4.0
normal
solana-clock >=3.0.1, <3.2.0
normal
solana-cost-model =4.2.0
normal
solana-hash >=4.4.0, <4.6.0
normal
solana-measure =4.2.0
normal
solana-merkle-tree =4.2.0
normal
solana-message >=4.2.3, <4.5.0
normal
solana-packet >=4.1.0, <4.3.0
normal
solana-perf =4.2.0
normal
solana-runtime-transaction =4.2.0
normal
solana-sha256-hasher ^3.1.0
normal
solana-signature >=3.4.1, <3.5.0
normal
solana-transaction >=4.1.4, <4.2.0
normal
solana-transaction-error >=3.3.1, <3.4.0
normal
thiserror ^2.0.18
normal
wincode ^0.5.5
normal
assert_matches ^1.5.0
dev
criterion ^0.8.2
dev
proptest ^1.11
dev
rand ^0.9.4
dev
solana-keypair ^3.1.2
dev
solana-message >=4.2.3, <4.5.0
dev
solana-pubkey >=4.2.0, <4.3.0
dev
solana-signature >=3.4.1, <3.5.0
dev
solana-signer ^3.0.1
dev
solana-system-transaction >=4.0.0, <4.1.0
dev
solana-transaction >=4.1.4, <4.2.0
dev
Versions
20.89%
of the crate is documented
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
EntryReceiver
solana_
entry
4.2.0
Entry
Receiver
Aliased Type
In solana_
entry::
entry
solana_entry
::
entry
Type Alias
Entry
Receiver
Copy item path
Source
pub type EntryReceiver =
Receiver
<
Vec
<
Entry
>>;
Aliased Type
ยง
pub struct EntryReceiver {
/* private fields */
}