Registry / other / karima-anchor-lang

karima-anchor-lang

JSON →
library0.19.0rscratesunverified

A Solana Sealevel eDSL for building secure and efficient Solana programs.

# Cargo.toml [dependencies] karima-anchor-lang = "0.19.0"
INSTALL
IMPORT
SIG · KARIMA-ANCHOR-LANG
K
karima-anchor-lang
otherrustv0.19.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.

Program
use anchor_lang::prelude::*;

Define a Solana program using Anchor's eDSL.

use anchor_lang::prelude::*; #[program] pub mod my_program { use super::*; pub fn initialize(ctx: Context<Initialize>) -> Result<()> { Ok(()) } }
Debug
Known issues
gotchaRequires Solana toolchain and specific Rust version.
fix
Install Solana CLI and use the correct Rust nightly version.
affects: >=0.19.0
Upgrade
Version history
0.19.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
karima-anchor-lang — cargo add karima-anchor-lang · libregistry