eqformat_map 0.1.0

Reader for Everquest map data files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "eqformat_map"

version = "0.1.0"

authors = ["Martin Lindhe <martin@ubique.se>"]

edition = "2018"

license = "MIT"

description = "Reader for Everquest map data files"

repository = "https://github.com/martinlindhe/eqformat_map"





[lib]

path = "src/lib.rs"



[workspace]

members = [

    "eqmapper",

]