group_derive 0.0.0

Procedural macro library used to build custom elliptic curve group implementations
Documentation
[package]
name = "group_derive"
description = "Procedural macro library used to build custom elliptic curve group implementations"
version = "0.0.0"
authors = ["Jack Grigg <thestr4d@gmail.com>"]
license = "MIT OR Apache-2.0"
edition = "2018"

[lib]
proc-macro = true

[dependencies]