34
Who's working on a "smaller Rust"?
(programming.dev)
If you want a high-level, convenient Rust, it's already there: It's Rust with liberal use of Arc
and .clone()
and Box<dyn Trait>
and so on. If you want things to be convenient instead of efficient, Rust already has everything you need.
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits