Docs.rs
solana-entry-3.0.0
solana-entry 3.0.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
anza-team
Dependencies
bincode ^1.3.3
normal
crossbeam-channel ^0.5.15
normal
dlopen2 ^0.5.0
normal
log ^0.4.27
normal
num_cpus ^1.17.0
normal
rand ^0.8.5
normal
rayon ^1.10.0
normal
serde ^1.0.219
normal
solana-hash ^3.0.0
normal
solana-measure =3.0.0
normal
solana-merkle-tree =3.0.0
normal
solana-metrics =3.0.0
normal
solana-packet ^3.0.0
normal
solana-perf =3.0.0
normal
solana-runtime-transaction =3.0.0
normal
solana-sha256-hasher ^3.0.0
normal
solana-transaction ^3.0.0
normal
solana-transaction-error ^3.0.0
normal
agave-reserved-account-keys =3.0.0
dev
assert_matches ^1.5.0
dev
solana-keypair ^3.0.0
dev
solana-logger ^3.0.0
dev
solana-message ^3.0.0
dev
solana-perf =3.0.0
dev
solana-pubkey ^3.0.0
dev
solana-signature ^3.1.0
dev
solana-signer ^3.0.0
dev
solana-system-transaction ^3.0.0
dev
solana-transaction ^3.0.0
dev
Versions
20.99%
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
Files
solana_entry/
lib.rs
1
#![allow(clippy::arithmetic_side_effects)]
2
pub mod
entry;
3
pub mod
poh;
4
5
extern crate
log;