Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not use typenum since seems no more maintained #128

Closed
dibericky opened this issue Aug 10, 2022 · 2 comments
Closed

Do not use typenum since seems no more maintained #128

dibericky opened this issue Aug 10, 2022 · 2 comments

Comments

@dibericky
Copy link

This crate uses typenum as dependency but that one seems no more maintained (last commit on December 2021) and has issues with Mac OS Apple Silicon: paholg/typenum#182

I'd suggest to not use it in order to make generic-array usable on Apple Silicon

@novacrazy
Copy link
Collaborator

typenum is a fundamental component of generic-array. Literally not possible without it.

What you linked to is actually an internal compiler error, which should be reported to the Rust compiler project instead.

@paholg
Copy link
Contributor

paholg commented Dec 5, 2022

FYI: typenum is not unmaintained, it's just very stable. And folks still contribute new features from time to time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants