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

https://github.com/alexpresso/zunivers-rs

zunivers-rs is an unofficial Rust library to interface with the zunivers game API.
https://github.com/alexpresso/zunivers-rs

api card-game zerator zunivers

Last synced: 10 months ago
JSON representation

zunivers-rs is an unofficial Rust library to interface with the zunivers game API.

Awesome Lists containing this project

README

          

# zunivers-rs   [![Build Status]][actions] [![Latest Version]][crates.io]
[Build Status]: https://img.shields.io/github/actions/workflow/status/AlexPresso/zunivers-rs/ci.yaml?branch=main
[actions]: https://github.com/AlexPresso/zunivers-rs/actions?query=branch%3Amain
[Latest Version]: https://img.shields.io/crates/v/zunivers-rs
[crates.io]: https://crates.io/crates/zunivers-rs

**Zunivers-rs is an unofficial Rust library to interface with the [zunivers](https://zunivers.zerator.com/) game API.**

### Usage
- Add dependency : `cargo add zunivers-rs`
- See [docs](https://docs.rs/zunivers-rs/latest/zunivers_rs/) or [api_test.rs](https://github.com/AlexPresso/zunivers-rs/blob/main/tests/api_test.rs) for examples.

---