dot_crocotile 0.2.0

A Rust library for loading .crocotile files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# dot_crocotile


![](https://img.shields.io/crates/v/dot_crocotile.svg)
![](https://travis-ci.org/davidedmonds/dot_crocotile.svg?branch=master)
![](https://docs.rs/dot_crocotile/badge.svg)

Rust parser for [Crocotile](http://www.crocotile3d.com/) .crocotile files, using
[serde_json](https://serde.rs/).

## Current status


Currently parses maps, ignoring any unknown attributes. If there are any missing
pieces of data that need parsing, feel free to raise a PR (with an example file
and tests) or raise an issue and I'll get onto them when I can.

## RustDoc


Kindly hosted over at https://docs.rs/dot_crocotile/.