Перейти к содержимому

Testing in rust is not hard. Learn Rust part 2

Null Labs

0:00 / 0:00

Testing in rust is not hard. Learn Rust part 2

525 просмотров · 3 г. назад
Null Labs
9,21 тыс. подписчиков
525 просмотров · 3 г. назад
Learn how to test in rust! I cover everything from klippy to unit tests and documentation tests! While learning rust, it's testing is one of the things I have come to love the most! Want to join the stream?   / klavenx   RustDoc: https://doc.rust-lang.org/rustdoc/wri.... Unit Tests: https://doc.rust-lang.org/stable/rust.... Clippy: https://github.com/rust-lang/rust-clippy ================================== = Timeline = ================================== 0:00 - intro 1:45 - Clippy 5:30 - Unit Tests 10:35 - Bin vs Lib 12:45 - Doc Tests? 15:00 - the future 17:32 - ??????