Registry / crypto / quarry-mine

quarry-mine

JSON →
library5.2.0rscratesunverified

Distributes liquidity mining rewards to token stakers.

# Cargo.toml [dependencies] quarry-mine = "5.2.0"
INSTALL
IMPORT
SIG · QUARRY-MINE
Q
quarry-mine
cryptorustv5.2.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.

Mine
use quarry_mine::Mine;

Creates a new Mine instance for distributing rewards.

use quarry_mine::Mine; fn main() { let mine = Mine::new(); println!("Mine created"); }
Debug
Known issues
gotchaRequires Solana SDK and specific feature flags for production use.
fix
Enable the 'solana' feature in your Cargo.toml: quarry-mine = { version = "5.2", features = ["solana"] }
affects: >=5.0.0
Upgrade
Version history
5.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Amazon
1
Resources
quarry-mine — cargo add quarry-mine · libregistry