erdos-project / erdos

Dataflow system for building self-driving car and robotics applications.

Home Page:https://erdos.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Rust] Fix visibility and privacy of modules, structures, and functions

pschafhalter opened this issue · comments

Modules, structures, and functions like InternalReadStream are public when they should be private. We should fix this as users don't need to know about private objects.

More info here:
https://doc.rust-lang.org/reference/visibility-and-privacy.html