Aren't there any efforts to bring Rust's dependency number down?

There's also that thing where just because you don't have any unsafe blocks doesn't mean you can't do unsound things. For example, you can use file IO to transmute things.

1 Like