leaf-spread 0.1.2

A crate to iterate indefinitely over well spread points, similar to some leaf arrangement pattern in nature
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 = "2021"
name = "leaf-spread"
version = "0.1.2"
description = "A crate to iterate indefinitely over well spread points, similar to some leaf arrangement pattern in nature"
readme = "README.md"
keywords = [
    "sampling",
    "distribution",
    "evenly",
    "spaced",
    "points",
]
license = "Unlicense"
repository = "https://github.com/Inspirateur/leaf-spread"
resolver = "2"

[dependencies]