An open API service indexing awesome lists of open source software.

https://github.com/tylerbloom/mtgjson-rust-sdk

An SDK in Rust for the MTGJSON project as well as tools for other MTG-related topics
https://github.com/tylerbloom/mtgjson-rust-sdk

Last synced: over 1 year ago
JSON representation

An SDK in Rust for the MTGJSON project as well as tools for other MTG-related topics

Awesome Lists containing this project

README

          

[![Crates.io](https://img.shields.io/crates/v/mtgjson.svg)](https://crates.io/crates/mtgjson)
[![Documentation](https://docs.rs/mtgjson/badge.svg)](https://docs.rs/mtgjson/)
![GitHub Workflows](https://github.com/TylerBloom/mtgjson-rust-sdk/actions/workflows/ci.yml/badge.svg)
[![Coverage Status](https://codecov.io/gh/TylerBloom/mtgjson-rust-sdk/branch/main/graph/badge.svg)](https://codecov.io/gh/TylerBloom/mtgjson-rust-sdk)
![Maintenance](https://img.shields.io/badge/Maintenance-Actively%20Developed-brightgreen.svg)

## About
Disclaimer: This project is still very much a work in progress.

[MTGJSON](https://mtgjson.com/) is a project that collects all the information around Magic: the Gathering cards and products. This library provides a series of tools to interface with those collections as well as other major services in the MtG ecosystem. There are also tools for working with other major concepts that are common in MtG, such as decks and card collections.