docs: add home description for library docs

This commit is contained in:
rzmk 2025-05-02 17:10:38 -04:00
parent 7b8ba6853c
commit e2c7841f4a
No known key found for this signature in database

View file

@ -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 bon::bon;
use serde_json::json; use serde_json::json;
use std::{collections::HashMap, path::PathBuf}; use std::{collections::HashMap, path::PathBuf};