zotero-api-rs 1.0.0

A secure, typed Rust client for the Zotero Web API v3
Documentation
1
2
3
4
5
6
//! Response wrappers used by API calls.

pub mod paginated_response;
pub mod pagination_helpers;
pub mod pagination_links;
pub mod response_metadata;