[package]
edition = "2024"
name = "algorithmz"
version = "0.1.3"
authors = ["Szabó Dániel Ernő <r3ap3rpy@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This is the corresponding implemenation of the python module of the same name."
documentation = "https://docs.rs/algorithmz/latest/algorithmz/"
readme = "README.md"
license = "MIT"
[lib]
name = "algorithmz"
path = "src/lib.rs"
[[test]]
name = "sort_tests"
path = "tests/sort_tests.rs"
[dependencies]