13
From C to Rust
(programming.dev)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
The Rust book is the official standard resource for learning Rust. It assumes some experience in another programming language, but it doesn't matter which one (that is, it isn't aimed at teaching Rust as a first programming language), so there's no reason why you couldn't read it with some experience in C.
Depending on what sort of C programmer you are, you may find Learn Rust the Dangerous Way of interest as well.
Also checkout https://doc.rust-lang.org/rust-by-example/. It often goes a little bit more into actual detailed code examples and often contains stuff that isn't in the book. Basics are well explained in the book though (like lifetimes)