xensieve 0.8.0

An implementation of the Xenakis Sieve, providing a Sieve from a string expression that filters integer sequences into iterators of integers, Boolean states, or interval widths. Sieves are built from Residuals, defined as a modulus (M) and a shift (S), notated `M@S`. Sieve string expressions, and Sieve structs, support complementation, intersection, symmetric difference, and union operations on Residuals with operators `!`, `&`, `^` and `|`, respectively.
Documentation
[dependencies]

[package]
authors = ["Christopher Ariza"]
categories = ["mathematics", "data-structures"]
description = "An implementation of the Xenakis Sieve, providing a Sieve from a string expression that filters integer sequences into iterators of integers, Boolean states, or interval widths. Sieves are built from Residuals, defined as a modulus (M) and a shift (S), notated `M@S`. Sieve string expressions, and Sieve structs, support complementation, intersection, symmetric difference, and union operations on Residuals with operators `!`, `&`, `^` and `|`, respectively."
edition = "2021"
homepage = "https://github.com/flexatone/xensieve-rs"
keywords = ["sieve", "residual", "modulus", "set", "xenakis"]
license = "MIT"
name = "xensieve"
readme = "README.md"
repository = "https://github.com/flexatone/xensieve-rs"
version = "0.8.0"