flexi_func 0.2.7

a Rust crate designed to supercharge your Rust programming experience with two powerful macros: ff (Flexi Func) and fb (Flexi Block) or (Function Builder) 🛠️. These macros are crafted to simplify and enhance the way you write synchronous and asynchronous code, making your Rust journey smoother and more efficient.
Documentation
[dependencies.flexi_func_declarative]
version = "0.2.7"

[dependencies.proc-macro2]
version = "1.0.27"

[dependencies.quote]
version = "1.0.9"

[dependencies.syn]
features = ["full"]
version = "1.0.109"

[lib]
proc-macro = true

[package]
authors = ["Ahmad Hamdi"]
categories = ["asynchronous", "development-tools::procedural-macro-helpers", "parsing", "rust-patterns", "network-programming"]
description = """
a Rust crate designed to supercharge your Rust programming experience with two powerful macros: ff (Flexi Func) and fb (Flexi Block) or (Function Builder) 🛠️.

These macros are crafted to simplify and enhance the way you write synchronous and asynchronous code, making your Rust journey smoother and more efficient.
"""
edition = "2021"
license = "MIT"
name = "flexi_func"
readme = "README.md"
repository = "https://github.com/theHamdiz/flexi_func"
version = "0.2.7"