linspace 0.3.0

Turns a range into a linearly spaced sequence of values.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "linspace"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Turns a range into a linearly spaced sequence of values."
readme = "README.md"
keywords = [
    "linear",
    "numpy",
    "spacing",
    "iterators",
    "numeric",
]
categories = [
    "rust-patterns",
    "no-std::no-alloc",
]
license = "MIT"
repository = "https://github.com/sigurd4/linspace"

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

[dependencies.moddef]
version = "0.3.0"

[dependencies.numscale]
version = "0.2.1"