joinery 1.2.2

A small crate for generically joining iterators with a separator
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "joinery"
version = "1.2.2"
authors = ["Nathan West <Lucretiel@gmail.com>"]
description = "A small crate for generically joining iterators with a separator"
readme = "README.md"
categories = ["no-std", "rust-patterns", "value-formatting"]
license = "MIT"
repository = "https://github.com/Lucretiel/joinery"
[package.metadata.docs.rs]
all-features = true

[dependencies]

[features]
nightly = []
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "Lucretiel/joinery"