cospectrum
cospectrum
You can make some helpers from `mod tests` public
It's because of dependencies, need to restart the job somehow. MSRV was increased in another PR
Details -> rerun, probably
Even if you return `Result` instead of `unwrap`, most functions in Rust still won't be `panic-free`. `panic-free` is a very complex property, almost imposible.
`Safe` is not a good suffix. There is nothing `unsafe` about `unwrap` or `panic` in general. `Panic` is the reason why slice indexing is safe, for example. First, let's clarify...
I understand. But even if we add `try_` functions, if you don't control the dependency, the dependency can still call the function without `try`, or it can call `unwrap`, and...
Wait, do not rush. Which line exactly? Maybe stacktrace?
Or better give me the image size with rect and I'll reproduce
There is no need for try_ version of that function. It simply should never panic