ratman

Crates.ioratman
lib.rsratman
version0.5.0
sourcesrc
created_at2020-01-30 06:49:23.350109
updated_at2023-08-08 15:28:00.745956
descriptionRatman types, client, and interface library
homepage
repository
max_upload_size
id203230
size69,523
Katharina Fey (spacekookie)

documentation

README

Ratman client & interface library

Ratman is a packet router daemon, which can either run stand-alone, or be embedded into existing applications. This library provides type definitions, utilities, and interfaces to interact with the Ratman router core.

This library can be used in two different ways (not mutually exclusive, although doing both at the same time would be a bit weird. But hey, we won't judge you).

  • You want to write a ratman-client application (i.e. a program that uses Irdest as its network backend). Use the types and functions exported from the client module
  • You want to write a ratman-netmod driver (i.e. a plug-in for Ratman to peer with other instances via some new communication channel). Use the types and functions exported from the netmod module
Commit count: 0

cargo fmt