burlingsmith / chickenwire

Hexagonal grids in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chickenwire

A library for representing and manipulating hexagonal grids in Rust.

Contents

  1. Installation
  2. Usage
  3. Documentation
  4. Contributing
  5. Credits
  6. License

Installation

Add the following to your project's Cargo.toml file under [dependencies]:

chickenwire = "0.1.0"

Check out Chickenwire's Cargo page for the latest version info.

Usage

[Documentation needed]

Documentation

Contributing

Please read the following:

before filing issues and/or making contributions.

Credits

Dependencies

Design

License

Dual-licensed to be compatible with the Rust project.

This software and associated documentation files are licensed under one of the following:

at your option. This file may not be copied, modified, or distributed except according to those terms.

About

Hexagonal grids in Rust

License:Apache License 2.0


Languages

Language:Rust 100.0%