Testing in rust is not hard. Learn Rust part 2

Опубликовано: 16 Январь 2025
на канале: Null Labs
439
27

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 - ??????