# paperswithcode-client A Rust library for [`paperswithcode-client` api](https://paperswithcode.com/api/v1/docs/). ## Install Run the following command in the terminal: ```shell cargo add paperswithcode-client ``` Or, add this to `Cargo.toml`: ```shell [dependencies] paperswithcode-client = "0.1.0" ``` ## Usage Usage example `main.rs` ```rust cargo run ``` ## Contributing Add missing feature or doc based on [`paperswithcode-client` api](https://paperswithcode.com/api/v1/docs/) Add necessary tests and then run tests using ```rust cargo test ``` Run this if want to see test output prints ```rust cargo test -- --nocapture ``` ## License Same as [paperswithcode-client](https://github.com/paperswithcode/paperswithcode-client): by using the API you agree that any competition data you submit will be licenced under [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).