21 releases
new 0.9.4 | Apr 18, 2025 |
---|---|
0.9.1 | Dec 21, 2024 |
0.8.3 | May 16, 2022 |
0.8.1 | Jun 2, 2021 |
0.3.1 | Mar 8, 2020 |
#520 in Encoding
139 downloads per month
1.5MB
2.5K
SLoC
edsm-dumps-model
Data models for EDSM nightly dump files.
Features
type_hash
- Add derive
type_hash::TypeHash
from type_hash to model types
- Add derive
License
edsm-dumps-model
is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT.
Development tips
Tests with nightly dump data
You can test this crate with EDSM nightly dump data.
For testing, you need to download dump files with make download-dumps
.
Then, you can run tests with cargo t -- --ignored
.