forangex 0.4.3

Range maker for foreward/backward and step may be larger than 1 (or less than -1), plus index support
Documentation
[dependencies.num]
version = "0.4.3"

[dependencies.num-traits]
version = "0.2.19"

[[example]]
name = "range_demo"
path = "examples/range_demo.rs"

[lib]
name = "rangex"
path = "src/lib.rs"

[package]
authors = ["Pegasus.Cadence <pegasus.cadence@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Range maker for foreward/backward and step may be larger than 1 (or less than -1), plus index support"
edition = "2021"
license = "MIT/Apache-2.0"
name = "forangex"
readme = "README.md"
repository = "https://github.com/PegasusPlusUS/rangex-rs.git"
version = "0.4.3"

[[test]]
name = "edge"
path = "tests/edge.rs"