sgf-parser 2.6.0

A library for parsing SGF files
Documentation
language: rust
rust:
  - stable
  - beta
install:
  - rustup component add rustfmt-preview
  - rustup component add clippy-preview
script:
  - cargo fmt -- --check
  - touch ./src/lib.rs && cargo clippy -- -D warnings
  - cargo test