vek's types are used in the public API. So a user of this crate needs to also depend on vek. Keeping both in sync however has been reasonably painful. Especially because dependabot is now sending me PRs all the time with new versions of vek that are incompatible with euc. It would probably make sense to either not publicly depend on vek or reexport it either entirely or enough to not have to depend on it as a user of euc.
vek's types are used in the public API. So a user of this crate needs to also depend on vek. Keeping both in sync however has been reasonably painful. Especially because dependabot is now sending me PRs all the time with new versions of vek that are incompatible with euc. It would probably make sense to either not publicly depend on vek or reexport it either entirely or enough to not have to depend on it as a user of euc.