[package] name = "stacking-iterator" version = "1.0.0" authors = ["ltdk "] edition = "2021" description = "Iterator utilities for manipulating stacks." readme = "README.md" repository = "https://codeberg.org/clarfonthey/stacking-iterator" license-file = "LICENSE.md" categories = [] include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"] [features] default = ["std"] alloc = [] std = ["alloc"]