Cyborus04

Results 17 comments of Cyborus04

❤️🦀❤️

Proposition to pin?

> that causes my religon module to keep segfaulting over and over Interesting, any idea what keeps restarting it?

I guess there isn't, you're right. I think `new` could be made `const`, but I'm not sure how useful that would be.

Looking at it with `cargo expand`, it looks like the expanded code makes no reference to the "provider" module (how would it know where it is?) so would it possible...

Sounds good, doesn't have to be an `Into` impl, any public access to the inner `NonZeroU16` is good

Where does the `Error` type live exactly? docs.rs says it's in `src/error.rs` but I don't see that here

I found that, but I don't see `src/error.rs` in the repo