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

algorithms/mod: document algorithms #323

Open
github-actions bot opened this issue Sep 30, 2023 · 0 comments
Open

algorithms/mod: document algorithms #323

github-actions bot opened this issue Sep 30, 2023 · 0 comments
Assignees
Labels
to do To be done tracker Issue tracked by bot

Comments

@github-actions
Copy link

On 2023-09-30 @prestwich wrote in d705f65 “Merge pull request #322 from DaniPopes/more-clippies”:

document algorithms

//! ⚠️ Collection of bignum algorithms.
//!
//! **Warning.** Most functions in this module are currently not considered part
//! of the stable API and may be changed or removed in future minor releases.

#![allow(missing_docs)] // TODO: document algorithms

mod add;
pub mod div;
mod gcd;
mod mul;

From src/algorithms/mod.rs:6

@github-actions github-actions bot added to do To be done tracker Issue tracked by bot labels Sep 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
to do To be done tracker Issue tracked by bot
Projects
None yet
Development

No branches or pull requests

1 participant