function-compose-proc-macros 0.3.1

function composition library for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
# function-compose-proc-macros ![License](https://img.shields.io/crates/l/function-compose-proc-macros) [![function-compose-proc-macros on crates.io](https://img.shields.io/crates/v/function-compose-proc-macros)](https://crates.io/crates/function-compose-proc-macros) [![function-compose-proc-macros on docs.rs](https://docs.rs/function-compose-proc-macros/badge.svg)](https://docs.rs/function-compose-proc-macros) [![Source Code Repository](https://img.shields.io/badge/Code-On%20GitHub-blue?logo=GitHub)](https://github.com/senthil-veerabahu/fn-composer) ![Rust Version: 1.85.0](https://img.shields.io/badge/rustc-1.85.0-orange.svg)

## function-compose-proc-macros

This crate contains proc macro to mark a function as composeable. It must be used along with [function_compose][__link0] crate

check the docs of [function-compose][__link1]


 [__link0]: https://crates.io/crates/function-compose
 [__link1]: https://docs.rs/function-compose