kaish-kernel 0.7.0

Core kernel for kaish: lexer, parser, interpreter, and runtime
Documentation
1
2
3
4
5
6
7
//! ExecResult and output types — re-exported from kaish-types.
//!
//! The type definitions live in `kaish-types` (a leaf crate with no async deps).
//! This module re-exports them so `crate::interpreter::ExecResult` continues to work.

pub use kaish_types::output::{apply_output_format, EntryType, OutputData, OutputFormat, OutputNode};
pub use kaish_types::result::{json_to_value, value_to_json, ExecResult};