Docs.rs
solana-entry-1.16.0
solana-entry 1.16.0
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.8
normal
dlopen ^0.1.8
normal
dlopen_derive ^0.1.4
normal
lazy_static ^1.4.0
normal
log ^0.4.17
normal
rand ^0.7.0
normal
rayon ^1.7.0
normal
serde ^1.0.163
normal
solana-measure =1.16.0
normal
solana-merkle-tree =1.16.0
normal
solana-metrics =1.16.0
normal
solana-perf =1.16.0
normal
solana-rayon-threadlimit =1.16.0
normal
solana-sdk =1.16.0
normal
matches ^0.1.10
dev
solana-logger =1.16.0
dev
Versions
18.99%
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
?
1
2
3
4
5
#![allow(clippy::integer_arithmetic)]
pub mod
entry;
pub mod
poh;
extern crate
log;