Registry / other / solana-entry

solana-entry

JSON →
library3.1.14rscratesunverified

Entry point for Solana validator and client operations.

# Cargo.toml [dependencies] solana-entry = "3.1.14"
INSTALL
IMPORT
SIG · SOLANA-ENTRY
S
solana-entry
otherrustv3.1.14
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Entry
use solana_entry::entry::Entry;

Create a new Solana entry with default data.

use solana_entry::entry::Entry; fn main() { let entry = Entry::new(&[]); println!("Entry created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.14latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
solana-entry — cargo add solana-entry · libregistry