lazy-pregen 0.1.4

A Rust command line Minecraft Server wrapper used to pregenerate chunks.
# lazy-pregen   [![Latest Version]][crates.io]

[Latest Version]: https://img.shields.io/crates/v/lazy-pregen.svg
[crates.io]: https://crates.io/crates/lazy-pregen

A Rust command line Minecraft Server wrapper used to pregenerate chunks.

[Documentation](https://github.com/akars/lazy-pregen/blob/master/DOCUMENTATION.md)

lazy-pregen was made for personal use and thus has several issues that the
author did not care to deal with. It is highly recommended to read the above
documentation link.

## Usage

Run the following command:

```
cargo install lazy-pregen
```

and then, assuming your PATH variable is set up properly, run the pregenerator:

```
lazy-pregen [DIRECTORY]
```

If no directory is specified, it defaults to the current working directory.

## License

lazy-pregen is licensed under either of

 - Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE or http://www.apache.org/licenses/license-2.0)
 - MIT license ([LICENSE-MIT]LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for lazy-pregen by you, as defined in the Apache-2.0 license, shall be dual
licensed as above, without any additional terms and conditions.