ss-tools 1.1.0

Tools for Semantic Scholar API
Documentation
1
2
3
4
5
6
7
8
9
10
//! Quick start guide for the `ss-tools` crate.
//! # Step 1 - [Hello `ss-tools`](step_1)
//! # Step 2 - [Paper & Author structs](step_2)
//! # Step 3 - [Build QueryParam](step_3)
//! # Step 4 - [Available Endpoints](step_4)
//!
pub mod step_1;
pub mod step_2;
pub mod step_3;
pub mod step_4;