Registry / other / snarkos-models

snarkos-models

JSON →
libraryrscratesunverified

Models for a decentralized operating system, providing core data structures for snarkOS.

# Cargo.toml [dependencies] snarkos-models = "latest"
INSTALL
IMPORT
SIG · SNARKOS-MODELS
S
snarkos-models
otherrust
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.

Block
use snarkos_models::Block;

Creates a default block model for snarkOS.

use snarkos_models::Block; fn main() { let block = Block::default(); println!("Block: {:?}", block); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
8
Bingbot
4
Resources
snarkos-models — cargo add snarkos-models · libregistry