scryfall-rs icon indicating copy to clipboard operation
scryfall-rs copied to clipboard

A wrapper around the scryfall magic the gathering api

Results 4 scryfall-rs issues
Sort by recently updated
recently updated
newest added

I'm unable to find anything that tells me what changed in any given release (besides trying to diff commits as there are also no release tags). Is this intended? Am...

## Why? Make scryfall-rs usable under non-tokio async runtimes. Reqwest is only compatible with tokio. Surf is compatible with async-std, tokio, or any other standard futures compliant runtime. https://github.com/seanmonstar/reqwest/issues/719#issuecomment-558758637 ##...

Also includes the changes from the #44 PR because _oops_. I changed the `SearchOptions` struct to work more like a usual builder object with the methods taking ownership of the...

Awesome project, has already saved a lot of my time. While using the library I noticed that the `image_status` field is missing from the card data. ``` image_status String A...

enhancement