Skip to content

Commit

Permalink
Suggest trying out different logging crates
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonMatthesKDAB committed Nov 27, 2023
1 parent e89bf73 commit 703dc27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions book/src/tutorial/library/cli-with-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ std::fs::write(output, manipulated_image).unwrap();
Some ideas on what to do next:

* Instead of unwrapping all errors, handle `Result` otherwise
* Enable logging in the CLI binary - try out a few different logging crates

0 comments on commit 703dc27

Please sign in to comment.