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/decoder.rs
// version: 9
// version: 10
//! Consolidated decoder modules.
@@ -126,7 +126,7 @@ pub use self::api::DcApiInstructionDecoder;
/// Exposes the common protocol decoder trait.
pub use self::api::DcApiProtocolDecoder;
/// Computes the deterministic contextual input hash.
pub use self::api::decoder_api_decoder_api_contextual_input_hash;
pub use self::api::decoder_api_contextual_input_hash;
/// Returns true when a decoder declares the exact program id.
pub use self::api::decoder_api_decoder_handles_program_id;
/// Computes a deterministic lowercase SHA-256 hash for one JSON value.