Mutable variables in Rust allow values to be changed after they are initially assigned. They are declared with the 'mut' keyword.