Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbrubeck/gopher-rs
https://github.com/mbrubeck/gopher-rs
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mbrubeck/gopher-rs
- Owner: mbrubeck
- License: apache-2.0
- Created: 2017-01-23T06:38:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T16:30:27.000Z (almost 7 years ago)
- Last Synced: 2024-11-28T14:44:37.191Z (about 1 month ago)
- Language: Rust
- Size: 31.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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/