ac-library-rs icon indicating copy to clipboard operation
ac-library-rs copied to clipboard

Implement `num_traits::Zero`, `One`, and `Pow` for Modint

Open TonalidadeHidrica opened this issue 3 years ago • 3 comments

I added num-traits as an optional dependency so that we may use libraries requiring Zero, One, and so on, only when we know the library is available in that environment.

TonalidadeHidrica avatar Jun 21 '22 10:06 TonalidadeHidrica

Do I need to add a feature flag to the CI script as well? I'm not sure what is the best practice to do so.

TonalidadeHidrica avatar Mar 29 '23 15:03 TonalidadeHidrica

Do I need to add a feature flag to the CI script as well? I'm not sure what is the best practice to do so.

We need to do, I think.

qryxip avatar Apr 09 '23 04:04 qryxip

@qryxip I tried removing .cargo/config.toml and editing all-features = true. Am I doing correctly?

Also, I am not sure how to add a feature flag to the CI script, could you help me out? Do I need to add a new matrix for "all features", or maybe another way?

TonalidadeHidrica avatar Apr 15 '23 21:04 TonalidadeHidrica