strander 0.0.2

STructured RANDomizER
Documentation
# strander

[![Crates.io][crates-badge]][crates-url]
[![docs.rs][docs-badge]][docs-url]
[![MIT licensed][mit-badge]][mit-url]
[![Apache-2.0 licensed][apache-badge]][apache-url]
[![Continuous integration][ci-badge]][ci-url]

[crates-badge]: https://img.shields.io/crates/v/strander.svg
[crates-url]: https://crates.io/crates/strander
[docs-badge]: https://img.shields.io/docsrs/strander.svg
[docs-url]: https://docs.rs/strander
[ci-badge]: https://github.com/jrobsonchase/strander/actions/workflows/ci.yml/badge.svg
[ci-url]: https://github.com/jrobsonchase/strander/actions/workflows/ci.yml
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[mit-url]: https://github.com/jrobsonchase/strander/blob/main/LICENSE-MIT
[apache-badge]: https://img.shields.io/badge/license-Apache_2.0-blue.svg
[apache-url]: https://github.com/jrobsonchase/strander/blob/main/LICENSE-APACHE

# Changelog

Changes to `strander` are tracked under [CHANGELOG.md](https://github.com/jrobsonchase/strander/blob/main/CHANGELOG.md).

# License

This project is licensed under either of

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

at your option.

### Contribution

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