Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacklund/i2pd-rs
I2P Daemon written in Rust
https://github.com/jacklund/i2pd-rs
Last synced: 2 months ago
JSON representation
I2P Daemon written in Rust
- Host: GitHub
- URL: https://github.com/jacklund/i2pd-rs
- Owner: jacklund
- Created: 2017-03-03T03:24:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-07T03:34:20.000Z (almost 8 years ago)
- Last Synced: 2024-08-04T04:04:58.311Z (6 months ago)
- Language: Rust
- Size: 116 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-i2p - i2pd-rs - I2P Daemon written in Rust. (Unfinished implementations / I2Pd)
README
# i2pd-rs
I2P Daemon written in RustThis is an attempt to see about writing an [i2p](https://geti2p.net/) server in Rust.
There is already one written in [C++](http://i2pd.website/), but I feel like Rust is a much better language
for security- and privacy-related tools.Plus, I wanted to try writing a network server in Rust. :-)