Robin Freyler
Robin Freyler
Could you also please make a warning if a crate has some spurious `#[from(ignores)]` that it would no longer need with version 1.0. I currently am having many of those...
I do not have plans to continue maintenance of `apint` because I think there are better alternatives and it originally was a side projects for `stevia` which itself it abandoned....
Hey, I see absolutely no reason why it should no be possible to add a pow method to this crate's `Int` and `Uint` types. Note though that unlike `BitUint` the...
Sorry for my inactivity on this project. It is a long time since I contributed to it myself. I was unsucessfully trying to give it to someone else who has...
Thank you very much for this nice list! Many important points! However, I am a bit unsure if the time plannings of one week are a bit optimistic. ^^ After...
It mostly depends on the reviewability of the incoming PRs. If a PR is easy to review I will mostly do it right away. If it takes several hours on...
Maybe this can be some inspiration for you: https://github.com/paritytech/parity-common/pull/126
Sounds good about `lsb` and `msb`. Not sure about getting rid of `is_even` and `is_odd` since they carry more meaning than a check to `lsb` etc. Depends on what we...
The implementation of `from_str_radix` was never finished and is highly unstable at the moment. I needed division for long `apint` instances before I was able to implement and test this...
With the division operation we could easily look at `num::biguint` how they implemented it and should have all tools available to us that we need to implement it for `apint`.