AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Rust ABI
Rust doesn't want to end up with two different ABIs. Rust wants things to be stable for a long time, basically no breaking changes. There are some parts of Rust which could be defined in stable way. Fat pointers is one of the things that I think is pretty important. Avoiding zero sized types does not permit zero size type systems on X86 at least on Linux.