#functional #pipe #proc-macro

macro timrs_pipe_macro

Procedural macro providing Elixir-style pipe operators for function composition

2 releases

1.1.0-rc.6 May 28, 2024

#539 in Procedural macros

MIT license

50KB
863 lines

Tim.rs: pipe_macro

Latest Version Test Lint Code Standards

Tim.rs' pipe_macro is a Rust library that introduces pipe operators for function composition. It allows you to chain functions in a straightforward and readable way, making your code cleaner and easier to understand. If you prefer a functional programming style in Rust, pipe_macro is a simple solution to improve your code's readability and maintainability.

Table of Contents

Install

Run the following command to install the pipe_macro crate:

$ cargo install timrs_pipe_macro

Documentation

You can find the documentation for timrs_pipe_macro here, it provides all the information you need to get started

Dependencies

~0.5–1MB
~23K SLoC