takparse 0.6.0

Parse, manipulate, and stringify common Tak board game formats
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# takparse


[![crates.io](https://img.shields.io/crates/v/takparse?style=for-the-badge)](https://crates.io/crates/takparse)
[![docs.rs](https://img.shields.io/docsrs/takparse?label=docs.rs%20latest&style=for-the-badge)](https://docs.rs/takparse)

Parse, manipulate and display common [Tak] structures.

Support for both [PTN] and [TPS], as well as an efficient types for storing moves.

[fast-tak] uses this library extensively and even re-exports it.

[Tak]: https://playtak.com/
[PTN]: https://ustak.org/portable-tak-notation/
[TPS]: https://ustak.org/tak-positional-system-tps/
[fast-tak]: https://docs.rs/fast-tak/latest/fast_tak/