sgf-parser 2.5.0

A library for parsing SGF files
Documentation
1
2
3
4
5
6
7
8
9
10
11
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