Rust has the capability to test your documentation.Doc comments in Rust containing code examples can be run as real test cases.Testing documentation ensures that examples stay up to date with code changes.Documentation examples also serve as additional test coverage for your code.