Why Rust in Android will use the Soong build system, not Cargo

Also: Why Rust in Android will use the Soong build system, not Cargo… Read more

Similar

Type Erasure in Rust

Rust traits have the neat property where you can use them either as generic bounds or as dynamic dispatch, with the &dyn MyTrait syntax. The latter is necessary in heterogeneous scenarios, where you want to use multiple concrete types together that al... (more…)

Read more »