Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alphakeks/gokz.rs
Rust library for GOKZ
https://github.com/alphakeks/gokz.rs
csgokz gokz kreedz kz rust
Last synced: about 1 month ago
JSON representation
Rust library for GOKZ
- Host: GitHub
- URL: https://github.com/alphakeks/gokz.rs
- Owner: AlphaKeks
- License: mit
- Created: 2022-09-19T16:55:14.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-31T01:25:40.000Z (about 1 year ago)
- Last Synced: 2024-08-10T23:18:39.888Z (3 months ago)
- Topics: csgokz, gokz, kreedz, kz, rust
- Language: Rust
- Homepage: https://forum.gokz.org/
- Size: 395 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gokz.rs
A rust library for working with anything [GOKZ](https://github.com/KZGlobalTeam/gokz)!
This crate features basic types I didn't want to write over and over again for every project, as
well as some easy to use wrapper functions for calling popular APIs such as the
[GlobalAPI](https://kztimerglobal.com/swagger/index.html?urls.primaryName=V2).## Features
By default, only some types are included. API wrappers and integrations with popular crates such as
[chrono](https://docs.rs/chrono) and [serde](https://docs.rs/serde) are hidden behind
[feature flags](https://doc.rust-lang.org/cargo/reference/features.html).