feanor_math

Module serialization

Source
Expand description

Contains the trait serialization::SerializableElementRing for rings whose elements can be serialized by using serde.

Modules§

Structs§

  • Wrapper of a ring that implements [serde::DeserializationSeed] by trying to deserialize an element w.r.t. the wrapped ring.
  • Wraps a ring and a reference to one of its elements. Implements serde::Serialize and will serialize the element w.r.t. the ring.

Traits§

Functions§