Knowledge Garden

Search

Search IconIcon to open search

Unit Testing in Rust

Last updated Dec 1, 2022 Edit Source

# Testing In Rust

unit test are really important especially when creating libraries

When you set up a project if you start a library project it sets up a unit test