simple-ref-fn 0.1.1

Simple function wrappers that do not require virtual tables.
Documentation
1
2
3
4
5
6
7
8
9
# `simple-ref-fn`


[![crates.io](https://img.shields.io/crates/v/simple-ref-fn)](https://crates.io/crates/simple-ref-fn)
[![docs](https://docs.rs/simple-ref-fn/badge.svg)](https://docs.rs/simple-ref-fn)
[![CI](https://github.com/EFanZh/simple-ref-fn/actions/workflows/ci.yml/badge.svg)](https://github.com/EFanZh/simple-ref-fn/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/EFanZh/simple-ref-fn/branch/main/graph/badge.svg)](https://codecov.io/gh/EFanZh/simple-ref-fn)
[![Coverage Status](https://coveralls.io/repos/github/EFanZh/simple-ref-fn/badge.svg?branch=main)](https://coveralls.io/github/EFanZh/simple-ref-fn?branch=main)

Type-erased function wrappers that do not require virtual tables.