pub async fn handle_load_lib(
req: HttpRequest,
body: String,
state: Data<AppState>,
) -> Result<HttpResponse, HaystackError>Expand description
POST /api/loadLib — load a library from Xeto source text.
pub async fn handle_load_lib(
req: HttpRequest,
body: String,
state: Data<AppState>,
) -> Result<HttpResponse, HaystackError>POST /api/loadLib — load a library from Xeto source text.