|
|
|
|
|
by echelon
1491 days ago
|
|
Transitive crate "permissions" would be amazing. To know at a glance if a crate does networking, filesystem access, IO, etc. Someone could always roll their own IO, but self reporting and automated detection tooling (to catch those that slip through the cracks) would bring this percentage way down. Maybe the language could even evolve "unsafe" for IO, even if just as a flag for users. That way it would all be incredibly easy to audit. |
|