toolbox

Crates.iotoolbox
lib.rstoolbox
version0.2.8
created_at2019-06-01 13:00:00.639391+00
updated_at2020-06-23 03:56:26.785869+00
descriptionSimple tools for daily use
homepagehttps://github.com/dvshapkin/toolbox
repositoryhttps://github.com/dvshapkin/toolbox
max_upload_size
id138298
size10,513
dvshapkin (dvshapkin)

documentation

https://docs.rs/toolbox

README

toolbox::{alg, ds, vfs}

Crates.io

Tested on linux, windows.

Further support for this library is not planned. At the moment, it is a "wrapper" of its two dependencies:

alg

Search algorithms:

namecomplexity
max O(n)
min O(n)
binary O(log2n)

Sort algorithms:

namecomplexity
selection O(n2)
quick O(n log2n)

ds

Matrix data structure (two-dimensional array)

vfs

Virtual file system for convenient work with relative paths.

Commit count: 0

cargo fmt