pub async fn handle_load_lib(
__arg0: State<SharedState>,
headers: HeaderMap,
body: String,
) -> Result<Response, HaystackError>Expand description
POST /api/loadLib — load a library from Xeto source text.
pub async fn handle_load_lib(
__arg0: State<SharedState>,
headers: HeaderMap,
body: String,
) -> Result<Response, HaystackError>POST /api/loadLib — load a library from Xeto source text.