eqformat_map 0.1.0

Reader for Everquest map data files
Documentation
1
2
3
4
5
6
7
8
9
10
11
run:
	cargo run

test:
	cargo test

lint:
	cargo clippy

fmt:
	cargo fmt