One very minor #Rust syntactic affordance, that C lacks, is that it Rust makes it easy to cut and paste between function parameter declarations and struct field declarations. In C, though, for no reason I know, the former are comma-delimited and the latter are semicolon-delimited.
#rustlang
about 1 month ago