mirror of
https://github.com/dathere/ckanaction.git
synced 2025-11-09 14:19:49 +00:00
docs: add home description for library docs
This commit is contained in:
parent
7b8ba6853c
commit
e2c7841f4a
1 changed files with 6 additions and 0 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue