Closed
Description
This crate hasn't been touched for 8 years, and there are a few obvious problems:
- It depends on an outdated version of itertools and arrayvec.
- The published package on crates.io does not match the source code on Github. It seems that at least one git commit never got pushed to Github.
- Its dev-dependency on quickcheck-macros is so old that it won't even compile with a modern toolchain
- Its dependency on
num
relies on unstable library features and will stop compiling with future toolchains. See Tracking issue for future-incompatibility lintsoft_unstable
rust-lang/rust#64266 .
Does the author ever intend to fix these problems? If not, I suggest it's time to file a RUSTSEC issue for an abandoned crate and fork this one.
Metadata
Metadata
Assignees
Labels
No labels