Crate gnunet[][src]

Re-exports

pub use error::Error;
pub use error::MsgError;

Modules

common
configuration
crypto
error
future
identity
mq
program

This module helps you start your program with Gnunet’s main loop. Use [scheduler::add_shutdown] to add cleanup tasks for SIGINT. Gnunet’s main loop will not exit until all tasks are done and all services are disconnected.

scheduler
service

Macros

decl_service
impl_service

Structs

Handle

The main handle to start service connections from.