Rice

Results 6 issues of Rice

There are a few linting errors and warnings currently, especially in `./src/data_structures` and `./src/graph` Examples: parameter is only used in recursion --at--> src\data_structures\b_tree.rs:104:39 ``` error: parameter is only used in...

## Description - Added the Fast Inverse Square Root Algorithm and tests for it. This is the well known 'Quake' implementation: https://en.wikipedia.org/wiki/Fast_inverse_square_root - Added a file `./src/math/amicable_numbers.rs` which included a...

Closes #22 This is a pretty serious flaw, hope we can get this updated. Thanks!

There are a few things that I would like to change about the source code of this project to make it follow some of Rust's idioms. - Split the functional...

The changes merged in this PR: https://github.com/cloudflare/cloudflare-rs/pull/241 fixed an issue with the API that makes an endpoint (`ListDnsRecords`) unusable. The code has been reviewed and merged, a new release should...

Adding the repository in the Cargo.toml file will give greater accessability to this Crate's source code to its users. Closes https://github.com/cloudflare/cloudflare-rs/issues/235