war3parser-wasm 0.3.0

A extractor and parser for Warcraft 3 map files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! WASM bindings for war3parser
//!
//! [![NPM Version](https://img.shields.io/npm/v/%40wesleyel%2Fwar3parser)](https://www.npmjs.com/package/@wesleyel/war3parser)
//!
//! This crate is used to create WASM bindings for the war3parser crate.
//!
//! Prebuilt wasm files are available in [@wesleyel/war3parser](https://www.npmjs.com/package/@wesleyel/war3parser)
pub mod impls;
pub mod types;

#[doc(inline)]
pub use types::*;

#[doc(inline)]
pub use impls::*;