bijux-dag-app 0.4.1

Application orchestration and response-shaping layer for Bijux DAG command surfaces.
Documentation
1
2
3
4
5
6
use serde::Serialize;

#[derive(Debug, Serialize)]
pub struct GraphCommandResponse {
    pub output: String,
}