single_line_macro 0.2.1

A macro to create methods and functions on a single line in a more readable way.
Documentation
[dependencies.quote]
version = "1.0"

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

[lib]
name = "single_line_macro"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Supraerror"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A macro to create methods and functions on a single line in a more readable way."
edition = "2024"
keywords = ["macro", "single-line", "getter", "async"]
license = "MIT"
name = "single_line_macro"
readme = "README.md"
repository = "https://github.com/philou404/single_line_macro/"
version = "0.2.1"

[[test]]
name = "single_line_tests"
path = "tests/single_line_tests.rs"