Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mbrubeck/gopher-rs


https://github.com/mbrubeck/gopher-rs

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# gopher-core

An implementation of the [Internet Gopher protocol][gopher] in the [Rust]
programming language, including async services for use in [Tokio] clients
and servers. This is currently a work in progress.

* [Documentation](https://docs.rs/gopher-core)
* [crates.io](https://crates.io/crates/gopher-core)

[gopher]: https://en.wikipedia.org/wiki/Gopher_(protocol)
[Rust]: https://www.rust-lang.org/
[Tokio]: https://tokio.rs/