gnunet

Crates.iognunet
lib.rsgnunet
version0.0.15
sourcesrc
created_at2014-11-21 13:56:20.996447
updated_at2016-01-17 13:20:38.161392
descriptionBindings for GNUnet: GNU's framework for secure peer-to-peer networking
homepage
repository
max_upload_size
id303
size672,425
Andrew Cann (canndrew)

documentation

http://canndrew.org/rust-doc/gnunet

README

gnunet-rs

GNUnet bindings for Rust.

Note: This library is for interacting with a locally running GNUnet peer. It does not implement a peer itself. It is also FAR from complete. Only a few rudimentry features are implemented. You cannot, for example, use this for peer-to-peer communication (yet).

Features implemented so far:

  • Parsing GNUnet config files.
  • Retrieving peer info from the peerinfo service.
  • Performing GNS lookups.
  • Performing identity ego lookups.

Next on the list:

  • DHT bindings.
  • Cadet (peer-to-peer) bindings.
  • Datastore bindings.

See http://canndrew.org/rust-doc/gnunet for documentation. See examples directory for example code. Feedback and pull requests are encouraged!

Commit count: 0

cargo fmt