This repository was archived by the owner on Dec 27, 2019. It is now read-only.

Description
It seems the new (since 0.1.0) optimize::scalar::golden_ratio::GoldenRatio
type isn't re-exported as optimize::scalar::GoldenRatio
and so the documentation (created via cargo doc
) for optimize::scalar
just shows GoldenRatioBuilder
but not what it builds:

(And that GoldenRatio
link, .../optimize/scalar/struct.GoldenRatio.html
, doesn't exist.)