#protocols #go #text #implmenting #gtp

libgtp

A library implmenting the gtp protocol

2 releases

0.1.2 Mar 10, 2023
0.1.1 Mar 10, 2023

#83 in #go

33 downloads per month

Custom license

66KB
2K SLoC

libgtp

library for the Go Text Protocol in Rust

It contains an implementation of a controller as well, but you can opt out of it if you need to make your own by using no-default-features in your Cargo.toml. Only the controller use the std crate, so as long as you have an allocator appropriate for your platform, you can use all the types, command and response handling without the std.

Dependencies

~2.5–4MB
~62K SLoC