macrors 0.1.1

A simple custom macro library in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["photowey <photowey@gmail.com>"]
categories = ["development-tools::procedural-macro-helpers"]
description = "A simple custom macro library in Rust.\n"
documentation = "https://docs.rs/macrors"
edition = "2021"
homepage = "https://github.com/photowey/macrors"
keywords = ["macro", "operator", "ternary", "development-tools"]
license = "Apache-2.0"
name = "macrors"
readme = "README.md"
repository = "https://github.com/photowey/macrors"
version = "0.1.1"