libgtp 0.1.2

A library implmenting the gtp protocol
Documentation
  • Coverage
  • 0%
    0 out of 156 items documented0 out of 26 items with examples
  • Size
  • Source code size: 82.13 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.19 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 20s Average build duration of successful builds.
  • all releases: 20s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Arttaaz

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.