rustledger-ffi-wasi 0.21.0

Slimmed FFI-support helpers reused by the rustledger WASI component FFI (loader orchestration + WIT-input construction + directive hashing; the wasip1 JSON-RPC surface and Directive-to-JSON DTO were removed in #1419)
Documentation
1
2
3
4
5
6
7
//! Types for JSON serialization and deserialization.

pub mod input;
pub mod output;

pub use input::input_entry_to_directive;
pub use output::{Error, Include, LedgerOptions, Plugin};