the-algorithm
the-algorithm copied to clipboard
Tiny fix the error handling in Rust build file
We can use anyhow::Error over Box<dyn std::error::Error> which can support more error handling, and since we already use anyhow crate for handling Result trait in other files.