The documentation website removed the re-exported modules because they're behind feature flags now. Instead we should add an example in the readme/docs showing how to import each concrete field implementation.
use scalarff::Bn128FieldElement;
use scalarff::Curve25519FieldElement;
use scalarff::FoiFieldElement;
The documentation website removed the re-exported modules because they're behind feature flags now. Instead we should add an example in the readme/docs showing how to import each concrete field implementation.