#data-model #dump #api-bindings

edsm-dumps-model

Data models for EDSM dump data

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

Download history 40/week @ 2024-12-25 123/week @ 2025-01-01 101/week @ 2025-01-08 2/week @ 2025-02-05 9/week @ 2025-02-19 4/week @ 2025-02-26 7/week @ 2025-03-12 18/week @ 2025-03-19 5/week @ 2025-03-26 115/week @ 2025-04-09

139 downloads per month

MIT/Apache

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

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.

Dependencies