g2gen 1.1.0

A macro to create types that implement fast finite field arithmetic.
Documentation
[dependencies.g2poly]
version = "1.1"

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

[dependencies.quote]
version = "1.0"

[dependencies.syn]
default-features = false
features = ["parsing", "proc-macro"]
version = "2.0"

[lib]
proc-macro = true

[package]
authors = ["WanzenBug <moritz@wanzenbug.xyz>"]
categories = ["no-std", "algorithms"]
description = """
A macro to create types that implement fast finite field arithmetic.
"""
documentation = "https://docs.rs/g2p"
edition = "2018"
keywords = ["finite-field", "galois", "macro", "newtype"]
license = "MIT/Apache-2.0"
name = "g2gen"
readme = "README.md"
repository = "https://github.com/WanzenBug/g2p"
rust-version = "1.61"
version = "1.1.0"