Hide full search speed setting from public api by KyleSiefring · Pull Request #2846 · xiph/rav1e
Mostly want it hidden so that I can add and remove it without multiple api changes.
I felt that using pub(crate) might end up being too error prone. Example: accidentally exposing things by writing pub instead of pub(crate).
One alternative would be to save the speed level and seed internal settings inside the encoder, but not inside api exposed structures.