dimforge / alga

Abstract algebra for Rust.
194 stars 39 forks source link

Export macros #73

Closed AnneKitsune closed 5 years ago

WaDelma commented 5 years ago

These were public before, but I removed them as they were not that useful for outside the crate and I created the custom derive that is more usable.

So I am asking where are these useful? Just wondering what is the use case.

WaDelma commented 5 years ago

Ah these are actually different macros, never mind then :D

These cannot be made into custom derive?

AnneKitsune commented 5 years ago

I end up solving my use case by copy pasting the macros and replacing the types by my own. Only the two macros in the lattice file could be used as-is, so I'm closing this pr. Thanks for checking it out!