hext-boards 0.1.1

A small library that renders hexagonal boards with text on the terminal
Documentation
1
2
3
4
5
6
7
pub mod board;

pub use board::{HexagonalBoard, render};

#[doc = include_str!("../README.md")]
#[cfg(doctest)]
pub struct ReadmeDoctests;