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