3 releases

0.1.2 Apr 28, 2019
0.1.1 Apr 23, 2019
0.1.0 Apr 21, 2019

#2646 in Encoding

Download history 1/week @ 2024-11-10 11/week @ 2024-12-08 2/week @ 2025-01-26 129/week @ 2025-02-02 2/week @ 2025-02-09 2/week @ 2025-02-16

134 downloads per month

MIT license

10KB
192 lines

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


lib.rs:

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.

No runtime deps