gophermap 0.1.2

Parse and generate Gopher responses
Documentation
  • Coverage
  • 82.35%
    28 out of 34 items documented1 out of 11 items with examples
  • Size
  • Source code size: 11.33 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.98 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • gkbrk/rust-gophermap
    9 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • gkbrk

gophermap

gophermap is a Rust crate that can parse and generate Gopher responses. It can be used to implement Gopher clients and servers. It doesn't handle any I/O on purpose. This library is meant to be used by other servers and clients in order to avoid re-implementing the gophermap logic.

License: MIT