810a05ab36
Move nbtdump and regiondump commands to examples
...
Do not install the development utilities with minedmap
2023-08-21 13:21:18 +02:00
1616f3b2e2
Add --version command line argument
2023-08-21 13:19:00 +02:00
5fc296fc44
Fix binary usage comments
2023-08-20 17:04:55 +02:00
248a641035
Restructure crates
...
Get rid of the arbitrary bin/lib split and instead move as much as
possible into the bin crate, which becomes the main crate again.
The types and NBT handling are moved into separate crates, so they can
be reused by nbtdump and regiondump.
2023-08-20 17:00:10 +02:00
05a8056cbf
Add documentation comments for all items
2023-08-20 11:21:29 +02:00
0842cb4ec2
Rename library crate to minedmap-core
...
Rustdoc can't deal with a bin and lib crate with the same name.
2023-08-18 19:20:21 +02:00
b2d849081d
io/region: allow stopping foreach_chunk early
...
Errors returned from the callback stop the loop early.
2023-02-26 01:01:37 +01:00
3cdafa7be9
Fix clippy warnings
2023-01-27 23:01:01 +01:00
48e03aa266
Introduce ChunkCoords type
2023-01-27 22:01:41 +01:00
5e96be3fda
Refactor logic from new dump tools into library crate
2023-01-25 21:42:16 +01:00
5a364e2434
Add new regiondump implemention
2023-01-25 21:41:34 +01:00