[dependencies.alg_ds]
version = "0.3"
[dependencies.vfsys]
version = "0.1"
[lib]
name = "toolbox"
path = "src/lib.rs"
[package]
authors = ["dvshapkin <dvshapkin@mail.ru>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Simple tools for daily use"
documentation = "https://docs.rs/toolbox"
edition = "2018"
homepage = "https://github.com/dvshapkin/toolbox"
keywords = ["tools", "vfs", "algorithm", "data-structure", "matrix"]
license = "MIT"
name = "toolbox"
readme = "README.md"
repository = "https://github.com/dvshapkin/toolbox"
version = "0.2.9"
[[test]]
name = "matrix"
path = "tests/matrix.rs"