jiminy-core 0.17.0

Core systems layer for Jiminy: account layout, zero-copy IO, validation, PDA, sysvar access, math, time checks. Declarative macros for error codes, instruction dispatch, and account uniqueness. no_std, no_alloc, no proc macros, BPF-safe.
Documentation
1
2
3
//! State hygiene helpers for zero-copy lifecycle management.

pub use crate::state::{write_disc, write_layout_id, write_version, zero_bytes};