#go #baduk #weiqi

libgo

Basic Go library that implements the Go Text Protocol

3 releases (breaking)

Uses old Rust 2015

0.4.0 Jul 10, 2017
0.2.0 Jul 8, 2017
0.1.0 Jul 31, 2016

#6 in #weiqi

Download history 9/week @ 2022-11-23 8/week @ 2022-11-30 12/week @ 2022-12-07 10/week @ 2022-12-14 11/week @ 2022-12-21 8/week @ 2022-12-28 9/week @ 2023-01-04 7/week @ 2023-01-11 14/week @ 2023-01-18 18/week @ 2023-01-25 10/week @ 2023-02-01 11/week @ 2023-02-08 18/week @ 2023-02-15 6/week @ 2023-02-22 11/week @ 2023-03-01 31/week @ 2023-03-08

68 downloads per month

MIT license

50KB
1K SLoC

libgo

This is a library for writing Go (Baduk) related programs. It currently includes basic game logic and support for the Go Text Protocol.

Building Documentation

Build and view the documentation:

$ cargo doc --open

lib.rs:

libgo

A basic Go library that implements the Go Text Protocol. It contains two sub-modules: game and gtp. gtp contans logic for implementing the Go Text Protocol and game contains core game logic.

Dependencies

~370KB