rewrite 1.0.0

Safely rewrite file contents from stdin, even when file is open as an input.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Mahmoud Al-Qudsi <mqudsi@neosmart.net>", "NeoSmart Technologies"]
categories = ["command-line-utilities", "text-processing", "os"]
description = "Safely rewrite file contents from stdin, even when file is open as an input."
edition = "2018"
homepage = "https://github.com/neosmart/rewrite"
keywords = ["rewrite", "redirect", "in-place", "sponge"]
license = "MIT"
name = "rewrite"
readme = "README.md"
repository = "https://github.com/neosmart/rewrite"
version = "1.0.0"