fibril 0.0.8

A library for implementing distributed systems with commmunicating fibers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Fibril

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

## Usage

Please see [the `fibril_verifier` docs](https://docs.rs/fibril_verifier/).

## Features

- `fibers`: Include support for
  [fibers]https://en.wikipedia.org/wiki/Fiber_(computer_science).
- `rt`: Include a UDP runtime.
- `serde_json`: Include a `new_with_serde_json` helper in the UDP runtime.