langis 0.1.0

A signal is a structure that can yield an infinite amount of data. The API is very similar to `std::iter::Iterator` but with the assumption that it will never end.
Documentation
[dependencies.num-traits]
default-features = false
optional = true
version = "0.2"

[dependencies.rand]
default-features = false
optional = true
version = "0.7"

[features]
default = []
num-libm = ["num-traits/libm"]
num-std = ["num-traits/std"]
rand-std = ["rand/std"]

[package]
authors = ["Gymore <gymore.contact@gmail.com>"]
categories = ["no-std", "science", "mathematics", "algorithms"]
description = "A signal is a structure that can yield an infinite amount of data. The API is very\nsimilar to `std::iter::Iterator` but with the assumption that it will never end.\n"
documentation = "https://docs.rs/langis/"
edition = "2018"
keywords = ["dsp", "sig", "signal", "iter", "iterator"]
license = "MIT"
license-file = "LICENSE.txt"
name = "langis"
readme = "readme.md"
repository = "https://github.com/gymore-z/langis"
version = "0.1.0"