//! Shared, target-agnostic logic for the KeetaNet binding crates.
//!//! Each FFI boundary repeats the same input parsing, account-algorithm
//! mapping, and core-error reduction.
#![cfg_attr(not(feature ="std"), no_std)]externcrate alloc;pubmodaccount;pubmoderror;pubmodparse;pubmodpermissions;pubmodtime;pubmodx509;#[cfg(feature ="client")]pubmodclient;