opimps 0.1.4

A simple library of attribute macros to assist with overloading operators for borrowed and owned data.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

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

[lib]
proc-macro = true

[package]
authors = ["Tony Nguyen <900692-t101@users.noreply.gitlab.com>"]
description = "A simple library of attribute macros to assist with overloading operators for borrowed and owned data."
edition = "2018"
include = ["src/**/*.rs", "Cargo.toml"]
keywords = ["operators", "overload"]
license = "Apache-2.0"
name = "opimps"
readme = "README.md"
repository = "https://github.com/T101N/opimps"
version = "0.1.4"