Crate gophermap

Source
Expand description

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.

Structs§

GopherEntry
A single entry in a Gopher map. This struct can be filled in order to generate Gopher responses. It can also be the result of parsing one.
GopherMenu

Enums§

ItemType
Item type for a Gopher directory entry