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.
- Host: GitHub
- URL: https://github.com/alexpresso/zunivers-rs
- Owner: AlexPresso
- Created: 2024-01-29T15:45:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-30T21:03:15.000Z (over 1 year ago)
- Last Synced: 2025-01-30T22:19:06.966Z (over 1 year ago)
- Topics: api, card-game, zerator, zunivers
- Language: Rust
- Homepage: https://zunivers.zerator.com/
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
---