Change StreamReader
from pub
to pub(crate)
Currently StreamReader
is public, but doesn't seem to be accessible by users. As far as I can tell there is no way to construct it or access it. So the type is nameable only.
We should change this to pub(crate)
until we have a reason to make it public.