#paper #api-bindings #paperswithcode #sota #paperswithcode-api #state-of-the-art

app paperswithcode-client

A Rust library for paperswithcode-client api

2 releases

0.1.1 Sep 4, 2024
0.1.0 Sep 1, 2024

#136 in HTTP client

Apache-2.0

16KB
217 lines

paperswithcode-client

A Rust library for paperswithcode-client api.

Install

Run the following command in the terminal:

cargo add paperswithcode-client

Or, add this to Cargo.toml:

[dependencies]
paperswithcode-client = "0.1.0"

Usage

Usage example main.rs

cargo run

Contributing

Add missing feature or doc based on paperswithcode-client api

Add necessary tests and then run tests using

cargo test

Run this if want to see test output prints

cargo test -- --nocapture

License

Same as paperswithcode-client: by using the API you agree that any competition data you submit will be licenced under CC-BY-SA 4.0.

Dependencies

~6–18MB
~265K SLoC