hext-boards 0.2.0

A small library that renders hexagonal boards with text on the terminal
Documentation
1
2
3
4
5
#![doc = include_str!("../README.md")]

pub mod board;

pub use board::{render, HexagonalBoard};