Crates.io | timrs_pipe_macro |
lib.rs | timrs_pipe_macro |
version | 1.1.0-rc.6 |
source | src |
created_at | 2024-05-28 04:50:43.2861 |
updated_at | 2024-05-28 05:09:54.506174 |
description | Procedural macro providing Elixir-style pipe operators for function composition. |
homepage | |
repository | https://github.com/DiCaius/Tim.rs |
max_upload_size | |
id | 1253993 |
size | 33,682 |
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.
Run the following command to install the pipe_macro crate:
$ cargo install timrs_pipe_macro
You can find the documentation for timrs_pipe_macro here, it provides all the information you need to get started