Lints and build commands

This commit is contained in:
2025-09-20 20:34:57 -06:00
parent f22a283abe
commit 40e881589a
5 changed files with 86 additions and 63 deletions
+4
View File
@@ -7,6 +7,10 @@ edition.workspace = true
license-file.workspace = true
rust-version.workspace = true
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[lints.rust]
arithmetic_overflow = "forbid"
unsafe_code = "forbid"