36
Dioxus Labs + “High-level Rust
(dioxus.notion.site)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
No, I actually meant it as in the traditional meaning of literally. As in
along with a pre-commit hook that does
cargo clippy -D warnings
(deny warnings).
There are always better ways to write an unwrap, usually via pattern matching and handling the error cases properly, at the very least logging them.