rust-algorithm 0.1.4

algorithm
Documentation
[dependencies]

[package]
authors = ["pefish <pefish@qq.com>"]
autobenches = true
categories = ["algorithms"]
description = """
algorithm
"""
documentation = "https://pefish.github.io/rust-algorithm/rust_algorithm/"
edition = "2018"
exclude = ["docs", "/.travis.yml", "/appveyor.yml", ".gitignore"]
homepage = "https://github.com/pefish/rust-algorithm"
keywords = ["algorithm"]
license = "MIT OR Apache-2.0"
name = "rust-algorithm"
readme = "README.md"
repository = "https://github.com/pefish/rust-algorithm"
version = "0.1.4"

[package.metadata.scripts]
build = "rm -rf docs && cargo doc && mv target/doc/ docs/ && cargo build"
example = "cargo run --example main"
publish = "cargo exec build && cargo test && cargo publish --allow-dirty"