Crate fibril

source ·
Expand description

Fibril is a library for implementing distributed systems with commmunicating fibers.

Usage

Please see the fibril_verifier docs.

Features

  • fibers: Include support for fibers.
  • rt: Include a UDP runtime.
  • serde_json: Include a new_with_serde_json helper in the UDP runtime.

Structs