3 releases
0.1.2 | Apr 28, 2019 |
---|---|
0.1.1 | Apr 23, 2019 |
0.1.0 | Apr 21, 2019 |
#5 in #gopher
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.