Well, IMHO, "the right hammer for the right nail". Rust is a great systems language (besides the lack of bitfields) but I wouldn't use it as a web language. Just as much as I wouldn't use C++ to develop webapps. Sure you can do it but then again there are far easier ways to achieve your goal.
Bitfields are evil...the fact that the language designer left them out signals he/they have good taste...I have to get around to trying out Rust.
If you can specify bit endianness, byte endianness, spans of bytes, and so on... bitfields are mighty nice.