Registry / crypto / starknet-core

starknet-core

JSON →
library0.16.0rscratesunverified

Core structures for the starknet crate

# Cargo.toml [dependencies] starknet-core = "0.16.0"
INSTALL
IMPORT
SIG · STARKNET-CORE
S
starknet-core
cryptorustv0.16.0
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.

FieldElement
use starknet_core::types::FieldElement;

Creates a StarkNet field element from an integer.

use starknet_core::types::FieldElement; fn main() { let fe = FieldElement::from(42u64); println!("Field element: {:?}", fe); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.16.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Resources
starknet-core — cargo add starknet-core · libregistry