Crates.io | gw2lib-model |
lib.rs | gw2lib-model |
version | 2.2.2 |
created_at | 2022-07-22 18:09:40.955655+00 |
updated_at | 2025-09-11 18:59:42.496449+00 |
description | Models for gw2lib |
homepage | |
repository | https://github.com/greaka/gw2lib |
max_upload_size | |
id | 630937 |
size | 78,094 |
This package mostly follows semver. Patches will be released in the following format:
x.*.*
Breaking change that also requires a new version of gw2lib
gw2lib
*.x.*
Breaking change that is required because of api changes
cargo update
*.*.x
New endpoint/non-breaking change
cargo update
An endpoint gets marked as completed once it's mapped out and a small test runs in CI.
Please do help out mapping the API! All you need to do is create the necessary struct and quickly implement 2 traits. If you need help, feel free to reach out. You don't even need to fork this library to test your struct!
Example commit adding an endpoint: bcb0bd3
Last update: 2024/03/09