[][src]Module melange::ring

ring defines the Ring trait that provides useful features of algebraic rings such as identity elements and multiplicative inversion.

It is implemented for all numeric primitive types thanks to expand_operations procedural macro from melange_macros crate.

Traits

Ring