From e2c7841f4a2cb3c070d4f33b5b82047238ef152f Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Fri, 2 May 2025 17:10:38 -0400 Subject: [PATCH] docs: add home description for library docs --- src/lib.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 9ccc15d..4ef57c0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,9 @@ +//! # ckanaction +//! +//! Rust library crate to access [CKAN](https://ckan.org) Action API endpoints through Rust builders. Based on the CKAN Action API v3. Endpoints are expected to return with an output of type `serde_json::Value`. +//! +//! Learn more at [github.com/dathere/ckanaction](https://github.com/dathere/ckanaction). + use bon::bon; use serde_json::json; use std::{collections::HashMap, path::PathBuf};