# Maybe-Async-Cfg Tests **Why bother writing similar code twice for blocking and async code?** [![Build Status](https://github.com/nvksv/maybe-async-cfg-tests/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/nvksv/maybe-async-cfg-tests/actions) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) [![Latest Version](https://img.shields.io/crates/v/maybe-async-cfg-tests.svg)](https://crates.io/crates/maybe-async-cfg-tests) [![maybe-async](https://docs.rs/maybe-async-cfg-tests/badge.svg)](https://docs.rs/maybe-async-cfg-tests) This is a crate with tests for [Maybe-Async-Cfg](https://github.com/nvksv/maybe-async-cfg). ## Acknowledgements This crate is a redesigned fork of these wonderful crates: - [fMeow/maybe-async-rs](https://github.com/fMeow/maybe-async-rs) - [marioortizmanero/maybe-async-rs](https://github.com/marioortizmanero/maybe-async-rs) Thanks! Also, many thanks to [John Vandenberg](https://github.com/jayvdb) for improving this crate and fixing errors. # License MIT