i2p-rs icon indicating copy to clipboard operation
i2p-rs copied to clipboard

Rust client library for interacting with I2P

Results 5 i2p-rs issues
Sort by recently updated
recently updated
newest added

I'm trying to store a session (or, its destination) for later reuse, so my b32 address doesn't change all the time. However, this fails with the error "Invalid destination key:...

# Overview Includes a number of changes that modernize the rust version in use, upgrades all dependencies, and uses better error handling: * Rust edition change to `2021` * All...

# Overview I'm running into issues with building a tcp reverse proxy server that services multiple clients. If one of the clients disconnects without properly terminating the session, the `I2PListener`...

Is this crate still in development or is it abandoned

I recently learned about i2p and would like to play around with it. I have not successfully gotten the i2p-rs eepget example to run. I apt installed i2p (following instructions...