paperswithcode-client

Crates.iopaperswithcode-client
lib.rspaperswithcode-client
version0.1.1
sourcesrc
created_at2024-09-01 00:40:32.259588
updated_at2024-09-04 05:29:54.511509
descriptionA Rust library for `paperswithcode-client` api
homepagehttps://github.com/Andrechang/paperswithcode-client
repositoryhttps://github.com/Andrechang/paperswithcode-client
max_upload_size
id1359277
size56,222
Andre (Andrechang)

documentation

https://github.com/Andrechang/paperswithcode-client

README

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.

Commit count: 0

cargo fmt