algorithmz 0.1.1

This is the corresponding implemenation of the python module of the same name.
Documentation
  • Coverage
  • 100%
    4 out of 4 items documented1 out of 1 items with examples
  • Size
  • Source code size: 6.1 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.1 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • r3ap3rpy

Welcome

Rust build Rust test Rust publish

I found this neat little python modul called algorithms and thought I would rewrite it in Rust.

The official github repository can be found here at algorithms.

If you want to install it directly from here use the following commands.

git clone https://github.com/r3ap3rpy/algorithms.git
cd algorithms
cargo test
cargo install --path .

[!WARNING] This is still in progress.