Issues found
Based on crates you own that have been published to crates.io. The best way to monitor these issues is to subscribe to the atom feed in your RSS reader.
exxact
Failed to verify create's content against its repository
Verified 2 out of 52 files (includes 2 Cargo-generated).
- warning: Could not find Cargo.toml for this package in its repo (via tags).
- Make sure the
repository
URL inCargo.toml
is correct
- Make sure the
Files in the crates.io crate compared to the repository:
README.md
not found.Cargo.toml.orig
does not match the repository.partialeq.rs
exists, but elsewhere in the repo.exact/src/expr_rc/structs/
cos.rs
exists, but elsewhere in the repo.sqrt.rs
exists, but elsewhere in the repo.sin.rs
exists, but elsewhere in the repo.sum.rs
exists, but elsewhere in the repo.
src/
lib.rs
does not match the repository.io_traits.rs
not found.
mod.rs
not found.src/expr_field/io/
print_display.rs
not found.char.rs
not found.parse_display.rs
not found.mod.rs
not found.ascii.rs
not found.
src/expr_field/ops/
mod.rs
not found.add.rs
not found.mul.rs
not found.
src/expr_field/simplify/
sum.rs
not found.prod.rs
not found.mod.rs
not found.
src/expr_field/structs/
prod.rs
not found.sqrt.rs
not found.mod.rs
not found.string_expression.rs
not found.type_field.rs
not found.sum.rs
not found.
mod.rs
not found.src/expr_rc/from/
pvec.rs
not found.mod.rs
not found.svec.rs
not found.
src/expr_rc/io/
scanner.rs
not found.traits.rs
not found.print_debug.rs
not found.print_display.rs
not found.parse_display.rs
not found.mod.rs
not found.
src/expr_rc/num_traits/
inv.rs
not found.mod.rs
not found.
src/expr_rc/ops/
add.rs
not found.mod.rs
not found.mul_assign.rs
not found.mul.rs
not found.
src/expr_rc/simplify/
sum.rs
not found.prod.rs
not found.mod.rs
not found.
src/expr_rc/structs/
string_expression.rs
not found.prod.rs
not found.mod.rs
not found.consts.rs
not found.
Looked for the crate in
exact/
. Fetchedhttps://github.com/feefladder/higherspace.git
a0c7a6931fe63a989f15632b83c4739e1bac6c6b.Checked on 2024-08-04
This check is experimental.
- warning: Could not find Cargo.toml for this package in its repo (via tags).
Dependency fraction 0.14.0 is significantly outdated
Upgrade to 0.15.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Dependency ordered-float 4.2.0 is outdated
Upgrade to 5.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Easy way to bump dependencies:
cargo install cargo-edit; cargo upgrade -i
; Also check out Dependabot service on GitHub.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["algorithms"]
to theCargo.toml
.Even if there are no categories that fit precisely, pick one that is least bad. You can also propose new categories in crates.io issue tracker.
Missing keywords
Help users find your crates. Add
keywords = ["arithmetic", "floating-point", "field", "replace", "float"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
tiff2
Dependency thiserror 1.0 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["parser-implementations"]
to theCargo.toml
.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.