ac-library-rs
ac-library-rs copied to clipboard
Implement `num_traits::Zero`, `One`, and `Pow` for Modint
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.
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.
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 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?