Make code unit-testable #6
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Problem
All code is in single
src/main.rs
file, which:Solution
main.rs
into sensible modules that can be unit tested properly.Maybe directory structure like in amdgpu_top?
The text was updated successfully, but these errors were encountered: