[[bench]]
harness = false
name = "join"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5.1"
[dev-dependencies.itertools]
version = "0.12.0"
[dev-dependencies.rand]
version = "0.8.5"
[dev-dependencies.rand_chacha]
version = "0.3.1"
[package]
authors = ["Jasper Meggitt <jasper.meggitt@gmail.com>"]
categories = ["algorithms", "rust-patterns"]
description = "Tools for modifying text without allocating any intermediate buffers or unsafe code"
edition = "2018"
keywords = ["formatting", "iterator", "join", "replace"]
license = "MIT OR Apache-2.0"
name = "fmttools"
readme = "README.md"
repository = "https://github.com/jmeggitt/fmttools"
version = "0.2.0"