Documentation

rust-sgf

Rust implementation of Smart Game Format parser.

SGF Specification is here : http://www.red-bean.com/sgf/

How to build

  1. Install rust-peg(https://github.com/kevinmehall/rust-peg) and set the PATH for the command peg.
  2. Use make rather than cargo to generate parser.rs from peg file.

License

MIT