out 0.4.1

Provides an iterator extension for easy string generation.
Documentation

out

Travis Crates.io Docs

Provides an iterator extension for easy string generation.

let string = (0..3).prefix("f").suffix(".jpg").join(", ");
assert_eq!(&string, "f0.jpg, f1.jpg, f2.jpg");

Requires nightly for now.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.