| Crates.io | ss-tools |
| lib.rs | ss-tools |
| version | 0.2.7 |
| created_at | 2024-12-14 13:28:47.421575+00 |
| updated_at | 2025-06-18 13:57:47.901887+00 |
| description | Tools for Semantic Scholar API |
| homepage | |
| repository | https://github.com/akitenkrad/rs-ss-tools.git |
| max_upload_size | |
| id | 1483131 |
| size | 120,716 |
Tools for Semantic Scholar API.
To start using ss-tools, just add it to your project's dependencies in the Cargo.toml.
> cargo add ss-tools
If you have an API key, set it as an environmental value in a .env file
SEMANTIC_SCHOLAR_API_KEY = xxxxxxxxxxxxxxxxxxxxxxxx
Then, import it in your program;
use ss_tools::SemanticScholar;
See the documents -> Documents
Author.author_id: String => Author.author_id: Option<String>Get details for multiple papers at once