boomerang_util 0.3.0

Utilities for Boomerang
Documentation
1
2
3
4
5
6
7
8
9
10
# Boomerang Utilities

[![crates.io](https://img.shields.io/crates/v/boomerang_util.svg)](https://crates.io/crates/boomerang_util)
[![MIT/Apache 2.0](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](./LICENSE)
[![Downloads](https://img.shields.io/crates/d/boomerang_util.svg)](https://crates.io/crates/boomerang_util)
[![CI](https://github.com/jondo2010/boomerang/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/jondo2010/boomerang/actions/workflows/ci.yml)
[![docs](https://docs.rs/boomerang_util/badge.svg)](https://docs.rs/boomerang_util)
[![codecov](https://codecov.io/github/jondo2010/boomerang/graph/badge.svg?token=PYXF8VSNY9)](https://codecov.io/github/jondo2010/boomerang)

This crate provides non-core utility Reactors for [`boomerang`](https://docs.rs/boomerang) as well as top-level runner methods for executing the runtime (see the [`runner`] module).