It's barely faster. I would say it's more accurate to say it's as fast as C, which is still a great achievement.
replies(3):
I think there's lots of value in wrapping a raw/unsafe implementation with a rust API, but that's not quite what most people think of when writing code "in rust".
Unsafe Rust still has to conform to many of Rust’s rules. It is meaningfully different than C.