# 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.