hext-boards
A small library to render hexagonal boards on the terminal.
Example
use HexagonalBoard;
let board = from;
let output = board.to_string;
// Also works
println!;
/* Output is the following:
/---\ /---\
⟨ b ⟩---⟨ c ⟩
\---⟨ a ⟩---/
⟩---⟨
⟨ d ⟩
\---/
*/