v0.1.0-pre.030

This commit is contained in:
2026-07-25 10:35:16 +02:00
parent 685b5dd283
commit 7e97530f50
10 changed files with 2298 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
// file: kb-lib/src/lib.rs
// version: 23
// version: 24
//! Consolidated decoder, executor, materializer and shared model library.
#![warn(missing_docs)]
@@ -312,7 +312,7 @@ pub use self::decoder::DcWalletJupiterApeproSmartWalletDecoder;
/// Reserved `kb_decoder_weighted_swap_stabble` decoder.
pub use self::decoder::DcWeightedSwapStabbleDecoder;
/// Computes the deterministic contextual input hash.
pub use self::decoder::decoder_api_decoder_api_contextual_input_hash;
pub use self::decoder::decoder_api_contextual_input_hash;
/// Returns true when a decoder declares the exact program id.
pub use self::decoder::decoder_api_decoder_handles_program_id;
/// Computes a deterministic lowercase SHA-256 hash for one JSON value.