libgtp

Crates.iolibgtp
lib.rslibgtp
version0.1.2
sourcesrc
created_at2023-03-10 15:17:06.870541
updated_at2023-03-10 15:19:41.063229
descriptionA library implmenting the gtp protocol
homepage
repository
max_upload_size
id806504
size82,132
Alexis Gouzon (Arttaaz)

documentation

README

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.

Commit count: 0

cargo fmt