cellular_raza 0.0.6

Cellular simulation tool
<div align="center">
    <picture>
        <source media="(prefers-color-scheme: dark)" srcset="https://cellular_raza.com/logos/cellular_raza_dark_mode.svg">
        <source media="(prefers-color-scheme: light)" srcset="https://cellular_raza.com/logos/cellular_raza.svg">
        <img alt="The cellular_raza logo" src="doc/cellular_raza.svg">
    </picture>
</div>

# cellular_raza
[![License: MPL 2.0](https://img.shields.io/github/license/jonaspleyer/cellular_raza?style=flat-square)](https://opensource.org/license/gpl-2-0/)
[![Test Nightly](https://img.shields.io/github/actions/workflow/status/jonaspleyer/cellular_raza/test_nightly.yml?label=Test%20Nightly&style=flat-square)](https://github.com/jonaspleyer/cellular_raza/actions)
[![Test Stable](https://img.shields.io/github/actions/workflow/status/jonaspleyer/cellular_raza/test_stable.yml?label=Test%20Stable&style=flat-square)](https://github.com/jonaspleyer/cellular_raza/actions)
[![Minimum rustc version](https://img.shields.io/badge/rustc-1.36+-lightgray.svg?style=flat-square)](https://github.com/jonaspleyer/cellular_raza#rust-version-requirements)
[![Crate](https://img.shields.io/crates/v/cellular_raza.svg?style=flat-square)](https://crates.io/crates/cellular_raza)
[![API](https://img.shields.io/docsrs/cellular_raza/latest?style=flat-square)](https://docs.rs/cellular_raza)
[![dependency status](https://deps.rs/crate/cellular_raza/0.0.1/status.svg?style=flat-square)](https://deps.rs/crate/cellular_raza)

A cellular Agent-Based modeling tool.

## Documentation
Read the [book](https://jonaspleyer.github.io/cellular_raza/).
Visit [crates.io/crates/cellular_raza](https://crates.io/crates/cellular_raza) for an overview of the package.
Visit [docs.rs/cellular_raza](https://docs.rs/cellular_raza) to view documentation of the code.

## Contributing
Please use [github](https://www.github.com/jonaspleyer/cellular_raza) to write a pull-request.

## License
Download the [GNU GENERAL PUBLIC LICENSE Version 2.0](https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt).