Crates.io | gw2lib-model |
lib.rs | gw2lib-model |
version | 2.2.0 |
source | src |
created_at | 2022-07-22 18:09:40.955655 |
updated_at | 2024-07-26 12:10:53.582504 |
description | Models for gw2lib |
homepage | |
repository | https://github.com/greaka/gw2lib |
max_upload_size | |
id | 630937 |
size | 75,178 |
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